mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-05 07:09:43 +01:00
Update install.sh to correctly identify CentOS Stream 9: Change SERVER_OS variable from "CentOS8" to "CentOSStream9" for accurate OS detection during installation.
https://github.com/usmannasir/cyberpanel/pull/1393
This commit is contained in:
@@ -13,7 +13,7 @@ yum install curl wget -y 1> /dev/null
|
||||
yum update curl wget ca-certificates -y 1> /dev/null
|
||||
elif echo $OUTPUT | grep -q "CentOS Stream 9" ; then
|
||||
echo -e "\nDetecting Centos Stream 9...\n"
|
||||
SERVER_OS="CentOS8"
|
||||
SERVER_OS="CentOSStream9"
|
||||
yum install curl wget -y 1> /dev/null
|
||||
yum update curl wget ca-certificates -y 1> /dev/null
|
||||
elif echo $OUTPUT | grep -q "AlmaLinux 8" ; then
|
||||
|
||||
Reference in New Issue
Block a user