Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-07-07 23:27:22 +00:00
parent f4e38379cd
commit 671c3cd95c
1 changed files with 1 additions and 0 deletions

1
661.sh
View File

@ -38,6 +38,7 @@ release="Centos"
else else
red "不支持你当前系统请选择使用Ubuntu,Debian,Centos系统。" && rm -f CFwarp.sh && exit red "不支持你当前系统请选择使用Ubuntu,Debian,Centos系统。" && rm -f CFwarp.sh && exit
fi fi
echo
vsid=`grep -i version_id /etc/os-release | cut -d \" -f2 | cut -d . -f1` vsid=`grep -i version_id /etc/os-release | cut -d \" -f2 | cut -d . -f1`
sys(){ sys(){
[ -f /etc/os-release ] && grep -i pretty_name /etc/os-release | cut -d \" -f2 && return [ -f /etc/os-release ] && grep -i pretty_name /etc/os-release | cut -d \" -f2 && return