Update CFcdnym.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2024-01-18 05:43:06 +00:00
parent a8ddaad2a0
commit 0ec25ba496
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ elif [ -x "$(command -v dnf)" ]; then
dnf update -y >/dev/null 2>&1
dnf install lzip unzip qrencode -y >/dev/null 2>&1
fi
pkg update
#pkg upgrade -y
pkg install curl wget lzip
pkg upgrade -y
pkg install curl wget lzip -y
apk add openssh curl wget lzip
touch yg_update
fi