diff --git a/update.sh b/update.sh index 77dbaf52..0fc9bfb3 100755 --- a/update.sh +++ b/update.sh @@ -76,7 +76,7 @@ install_base() { ubuntu | debian | armbian) apt-get update >/dev/null 2>&1 && apt-get install -y -q wget curl tar tzdata >/dev/null 2>&1 ;; - fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol) + fedora | amzn | virtuozzo | centos | rhel | almalinux | rocky | ol) dnf -y update >/dev/null 2>&1 && dnf install -y -q wget curl tar tzdata >/dev/null 2>&1 ;; arch | manjaro | parch)