Update CFcdnym.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2024-01-18 05:42:07 +00:00
parent 4ab799dd18
commit a8ddaad2a0
1 changed files with 3 additions and 3 deletions

View File

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