Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-15 06:20:15 +00:00
parent 38a36e5a17
commit 5b6c9603d5
1 changed files with 2 additions and 2 deletions

4
661.sh
View File

@ -991,7 +991,7 @@ red "未正常安装CFwarp脚本!" && exit
fi
wget -N --no-check-certificate https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh
chmod +x /root/CFwarp.sh
ln -sf /root/CFwarp.sh /usr/bin/cf
ln -sf /root/CFwarp.sh /usr/bin/cf 2>/dev/null
green "CFwarp安装脚本升级成功"
}
@ -1603,7 +1603,7 @@ red "未正常安装CFwarp脚本!" && exit
fi
wget -N https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh
chmod +x /root/CFwarp.sh
ln -sf /root/CFwarp.sh /usr/bin/cf
ln -sf /root/CFwarp.sh /usr/bin/cf 2>/dev/null
green "CFwarp安装脚本升级成功"
}