@@ -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