@@ -33,9 +33,9 @@ Before installing the package, you might want to check [the ports that will be u
3333 groupId = " operating-systems"
3434 values = { [
3535 {label: ' Debian/Ubuntu' , value: ' debian' },
36- {label: ' EL/Centos7' , value: ' centos7' },
36+ {label: ' EL/Centos7/Amzn Linux 2 ' , value: ' centos7' },
3737 {label: ' EL/Centos Stream 8' , value: ' centos8' },
38- {label: ' Amzn Linux 2 ' , value: ' amz ' },
38+ {label: ' Opensuse ' , value: ' opensuse ' },
3939 {label: ' OpenWRT' , value: ' openwrt' },
4040 {label: ' CloudLinux' , value: ' cloudlinux' },
4141 ]} >
@@ -51,8 +51,8 @@ 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 = " amz " >
55- <CodeBlock className = " language-bash" >yum install crowdsec</CodeBlock >
54+ <TabItem value = " opensuse " >
55+ <CodeBlock className = " language-bash" >zypper install crowdsec</CodeBlock >
5656 </TabItem >
5757
5858 <TabItem value = " openwrt" >
0 commit comments