Update install.sh

This commit is contained in:
JieXu 2025-12-04 01:40:02 +08:00 committed by GitHub
parent 669bf7b439
commit 5bb6fd1387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ install_base() {
ubuntu | debian | armbian) ubuntu | debian | armbian)
apt-get update && apt-get install -y -q wget curl tar tzdata 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 dnf -y update && dnf install -y -q wget curl tar tzdata
;; ;;
arch | manjaro | parch) arch | manjaro | parch)