Update install.sh

This commit is contained in:
JieXu 2025-11-14 02:17:20 +08:00 committed by GitHub
parent 784ed39930
commit 1cb4b60333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)