Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-10 05:21:34 +00:00
parent 92ff1c3040
commit 95cb93b910
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
wpygV="23.5.4 V 0.9.9 " wpygV="23.5.4 V 0.9.9 "
[[ $EUID -ne 0 ]] && "请以root模式运行脚本" && exit [[ $EUID -ne 0 ]] && echo "请以root模式运行脚本" && exit
if [[ -f /etc/redhat-release ]]; then if [[ -f /etc/redhat-release ]]; then
release="centos" release="centos"
elif cat /etc/issue | grep -Eqi "debian"; then elif cat /etc/issue | grep -Eqi "debian"; then