diff --git a/crowdsec-docs/docs/getting_started/install.mdx b/crowdsec-docs/docs/getting_started/install.mdx
index f30a73490..71908d6d9 100644
--- a/crowdsec-docs/docs/getting_started/install.mdx
+++ b/crowdsec-docs/docs/getting_started/install.mdx
@@ -33,9 +33,9 @@ Before installing the package, you might want to check [the ports that will be u
groupId="operating-systems"
values={[
{label: 'Debian/Ubuntu', value: 'debian'},
- {label: 'EL/Centos7', value: 'centos7'},
+ {label: 'EL/Centos7/Amzn Linux 2', value: 'centos7'},
{label: 'EL/Centos Stream 8', value: 'centos8'},
- {label: 'Amzn Linux 2', value: 'amz'},
+ {label: 'OpenSUSE', value: 'opensuse'},
{label: 'OpenWRT', value: 'openwrt'},
{label: 'CloudLinux', value: 'cloudlinux'},
]}>
@@ -51,8 +51,8 @@ Before installing the package, you might want to check [the ports that will be u
dnf install crowdsec
-
- yum install crowdsec
+
+ zypper install crowdsec
diff --git a/crowdsec-docs/unversioned/getting_started/installation/linux.mdx b/crowdsec-docs/unversioned/getting_started/installation/linux.mdx
index b593dfb97..efb9af2b5 100644
--- a/crowdsec-docs/unversioned/getting_started/installation/linux.mdx
+++ b/crowdsec-docs/unversioned/getting_started/installation/linux.mdx
@@ -135,9 +135,9 @@ Once the repository is added, you can install the Security Engine via:
groupId="operating-systems"
values={[
{label: 'Debian/Ubuntu', value: 'debian'},
- {label: 'EL/Centos7', value: 'centos7'},
+ {label: 'EL/Centos7/Amzn Linux 2', value: 'centos7'},
{label: 'EL/Centos Stream 8', value: 'centos8'},
- {label: 'Amzn Linux', value: 'amz'},
+ {label: 'OpenSUSE', value: 'opensuse'},
{label: 'OpenWRT', value: 'openwrt'},
{label: 'CloudLinux', value: 'cloudlinux'},
]}>
@@ -153,8 +153,8 @@ Once the repository is added, you can install the Security Engine via:
dnf install crowdsec
-
- yum install crowdsec
+
+ zypper install crowdsec
@@ -182,6 +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', },
]
}>
@@ -197,6 +198,14 @@ sudo apt install crowdsec-firewall-bouncer-iptables
sudo yum install crowdsec-firewall-bouncer-iptables
```
+
+
+
+
+```bash
+sudo zypper install crowdsec-firewall-bouncer-iptables
+```
+