From ff1c4f8e845aaf953bb38dad0092b24a5c5f86c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Sat, 6 Sep 2025 11:02:10 +0800 Subject: [PATCH] v2.7.1 --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 95ab6dc7..7020945c 100644 --- a/install.sh +++ b/install.sh @@ -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