Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-14 09:28:18 +00:00
parent eaaabb7e56
commit d2da018442
1 changed files with 2 additions and 2 deletions

View File

@ -902,7 +902,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安装脚本升级成功"
}
@ -1516,7 +1516,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安装脚本升级成功"
}