diff --git a/install.sh b/install.sh index 0ec2aaa4..0b89b6ef 100644 --- a/install.sh +++ b/install.sh @@ -44,10 +44,7 @@ install_base() { ubuntu | debian | armbian) apt-get update && apt-get install -y -q wget curl tar tzdata ;; - centos | rhel | almalinux | rocky | ol) - yum -y update && yum install -y -q wget curl tar tzdata - ;; - fedora | amzn | virtuozzo) + fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol) dnf -y update && dnf install -y -q wget curl tar tzdata ;; arch | manjaro | parch)