Update CFwarp1.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-08-25 02:01:16 +00:00
parent cdcc66ebfe
commit 5dd081750b
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ if [[ ! $(type -P wg-quick) && ! $(type -P warp-cli) ]] && [[ ! -f '/root/CFwarp
red "未正常安装CFwarp脚本!" && exit red "未正常安装CFwarp脚本!" && exit
fi fi
rm -rf /root/CFwarp.sh /usr/bin/cf rm -rf /root/CFwarp.sh /usr/bin/cf
wget -N https://gitlab.com/rwkgyg/hysteria-yg/raw/main/hysteria.sh wget -N https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh
chmod +x /root/CFwarp.sh chmod +x /root/CFwarp.sh
ln -sf /root/CFwarp.sh /usr/bin/cf ln -sf /root/CFwarp.sh /usr/bin/cf
green "CFwarp安装脚本升级成功" green "CFwarp安装脚本升级成功"