Skip to content

Commit 4dde544

Browse files
authored
Merge pull request #671 from crowdsecurity/suse/typo
fix suse typo
2 parents a5b70d4 + 09d5bec commit 4dde544

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

crowdsec-docs/docs/getting_started/install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before installing the package, you might want to check [the ports that will be u
3535
{label: 'Debian/Ubuntu', value: 'debian'},
3636
{label: 'EL/Centos7/Amzn Linux 2', value: 'centos7'},
3737
{label: 'EL/Centos Stream 8', value: 'centos8'},
38-
{label: 'OpenSUSE', value: 'opensuse'},
38+
{label: 'SUSE Linux', value: 'suselinux'},
3939
{label: 'OpenWRT', value: 'openwrt'},
4040
{label: 'CloudLinux', value: 'cloudlinux'},
4141
]}>
@@ -51,7 +51,7 @@ Before installing the package, you might want to check [the ports that will be u
5151
<CodeBlock className="language-bash">dnf install crowdsec</CodeBlock>
5252
</TabItem>
5353

54-
<TabItem value="opensuse">
54+
<TabItem value="suselinux">
5555
<CodeBlock className="language-bash">zypper install crowdsec</CodeBlock>
5656
</TabItem>
5757

crowdsec-docs/unversioned/getting_started/installation/linux.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Once the repository is added, you can install the Security Engine via:
137137
{label: 'Debian/Ubuntu', value: 'debian'},
138138
{label: 'EL/Centos7/Amzn Linux 2', value: 'centos7'},
139139
{label: 'EL/Centos Stream 8', value: 'centos8'},
140-
{label: 'OpenSUSE', value: 'opensuse'},
140+
{label: 'SUSE Linux', value: 'suselinux'},
141141
{label: 'OpenWRT', value: 'openwrt'},
142142
{label: 'CloudLinux', value: 'cloudlinux'},
143143
]}>
@@ -153,7 +153,7 @@ Once the repository is added, you can install the Security Engine via:
153153
<CodeBlock className="language-bash">dnf install crowdsec</CodeBlock>
154154
</TabItem>
155155

156-
<TabItem value="opensuse">
156+
<TabItem value="suselinux">
157157
<CodeBlock className="language-bash">zypper install crowdsec</CodeBlock>
158158
</TabItem>
159159

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

0 commit comments

Comments
 (0)