mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFcdnym.sh
This commit is contained in:
parent
f4a3963022
commit
e75442612c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue