diff --git a/install.sh b/install.sh index 2ba60744d..3ae942f74 100644 --- a/install.sh +++ b/install.sh @@ -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