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