Skip to content

Commit

Permalink
Merge pull request #671 from crowdsecurity/suse/typo
Browse files Browse the repository at this point in the history
fix suse typo
  • Loading branch information
sabban authored Nov 15, 2024
2 parents a5b70d4 + 09d5bec commit 4dde544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crowdsec-docs/docs/getting_started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Before installing the package, you might want to check [the ports that will be u
{label: 'Debian/Ubuntu', value: 'debian'},
{label: 'EL/Centos7/Amzn Linux 2', value: 'centos7'},
{label: 'EL/Centos Stream 8', value: 'centos8'},
{label: 'OpenSUSE', value: 'opensuse'},
{label: 'SUSE Linux', value: 'suselinux'},
{label: 'OpenWRT', value: 'openwrt'},
{label: 'CloudLinux', value: 'cloudlinux'},
]}>
Expand All @@ -51,7 +51,7 @@ Before installing the package, you might want to check [the ports that will be u
<CodeBlock className="language-bash">dnf install crowdsec</CodeBlock>
</TabItem>

<TabItem value="opensuse">
<TabItem value="suselinux">
<CodeBlock className="language-bash">zypper install crowdsec</CodeBlock>
</TabItem>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Once the repository is added, you can install the Security Engine via:
{label: 'Debian/Ubuntu', value: 'debian'},
{label: 'EL/Centos7/Amzn Linux 2', value: 'centos7'},
{label: 'EL/Centos Stream 8', value: 'centos8'},
{label: 'OpenSUSE', value: 'opensuse'},
{label: 'SUSE Linux', value: 'suselinux'},
{label: 'OpenWRT', value: 'openwrt'},
{label: 'CloudLinux', value: 'cloudlinux'},
]}>
Expand All @@ -153,7 +153,7 @@ Once the repository is added, you can install the Security Engine via:
<CodeBlock className="language-bash">dnf install crowdsec</CodeBlock>
</TabItem>

<TabItem value="opensuse">
<TabItem value="suselinux">
<CodeBlock className="language-bash">zypper install crowdsec</CodeBlock>
</TabItem>

Expand Down Expand Up @@ -182,7 +182,7 @@ For the quick start guide we will be installing the [iptables](https://en.wikipe
values={[
{ label: 'Debian/Ubuntu', value: 'iptables_debian' ,},
{ label: 'RHEL/Centos/Fedora', value: 'iptables_rhel', },
{ label: 'OpenSUSE', value: 'iptables_suse', },
{ label: 'SUSE Linux', value: 'iptables_suse', },
]
}>
<TabItem value="iptables_debian">
Expand Down

0 comments on commit 4dde544

Please sign in to comment.