Update CFcdnym.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2024-01-18 05:33:45 +00:00
parent f4a3963022
commit e75442612c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
if [ ! -f yg_update ]; then if [ ! -f yg_update ]; then
yellow "请稍等……" echo "请稍等……"
if [ -x "$(command -v apt-get)" ]; then if [ -x "$(command -v apt-get)" ]; then
apt update -y >/dev/null 2>&1 apt update -y >/dev/null 2>&1
apt install lzip unzip qrencode -y >/dev/null 2>&1 apt install lzip unzip qrencode -y >/dev/null 2>&1