Update buildct.sh

This commit is contained in:
spiritlhl 2023-10-09 21:55:44 +08:00 committed by GitHub
parent 120ce732a0
commit e6f4bda7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,7 +289,7 @@ if echo "$system" | grep -qiE "centos|almalinux|rockylinux"; then
pct exec $CTID -- yum update pct exec $CTID -- yum update
pct exec $CTID -- yum install -y dos2unix curl pct exec $CTID -- yum install -y dos2unix curl
else else
pct exec $CTID -- yum update -y # pct exec $CTID -- yum update
pct exec $CTID -- yum install -y curl pct exec $CTID -- yum install -y curl
pct exec $CTID -- curl -lk https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh -o ChangeMirrors.sh pct exec $CTID -- curl -lk https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh -o ChangeMirrors.sh
pct exec $CTID -- chmod 777 ChangeMirrors.sh pct exec $CTID -- chmod 777 ChangeMirrors.sh
@ -304,7 +304,7 @@ else
pct exec $CTID -- apt-get update pct exec $CTID -- apt-get update
pct exec $CTID -- apt-get install dos2unix curl -y pct exec $CTID -- apt-get install dos2unix curl -y
else else
pct exec $CTID -- apt-get update -y # pct exec $CTID -- apt-get update
pct exec $CTID -- apt-get install curl -y --fix-missing pct exec $CTID -- apt-get install curl -y --fix-missing
pct exec $CTID -- curl -lk https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh -o ChangeMirrors.sh pct exec $CTID -- curl -lk https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh -o ChangeMirrors.sh
pct exec $CTID -- chmod 777 ChangeMirrors.sh pct exec $CTID -- chmod 777 ChangeMirrors.sh