This commit is contained in:
心隨緣動 2025-09-06 11:02:10 +08:00 committed by GitHub
parent e08db7c56d
commit ff1c4f8e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,13 +145,13 @@ install_base() {
apt-get update && apt-get install -y -q wget curl sudo tar tzdata
;;
centos | rhel | almalinux | rocky | ol)
yum -y update && yum install -y -q wget curl sudo tar tzdata
yum -y --exclude=kernel* update && yum install -y -q wget curl sudo tar tzdata
;;
fedora | amzn | virtuozzo)
dnf -y update && dnf install -y -q wget curl sudo tar tzdata
dnf -y --exclude=kernel* update && dnf install -y -q wget curl sudo tar tzdata
;;
arch | manjaro | parch)
pacman -Syu && pacman -Syu --noconfirm wget curl sudo tar tzdata
pacman -Sy && pacman -S --noconfirm wget curl sudo tar tzdata
;;
alpine)
apk update && apk add --no-cache wget curl sudo tar tzdata