diff --git a/crowdsec-docs/docs/getting_started/install.mdx b/crowdsec-docs/docs/getting_started/install.mdx
index 71908d6d..2e917960 100644
--- a/crowdsec-docs/docs/getting_started/install.mdx
+++ b/crowdsec-docs/docs/getting_started/install.mdx
@@ -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'},
]}>
@@ -51,7 +51,7 @@ Before installing the package, you might want to check [the ports that will be u
dnf 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 efb9af2b..f868635c 100644
--- a/crowdsec-docs/unversioned/getting_started/installation/linux.mdx
+++ b/crowdsec-docs/unversioned/getting_started/installation/linux.mdx
@@ -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'},
]}>
@@ -153,7 +153,7 @@ Once the repository is added, you can install the Security Engine via:
dnf install crowdsec
-
+
zypper install crowdsec
@@ -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', },
]
}>