From 671c3cd95c200bd4533ab8ce87c701a7226a8da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Fri, 7 Jul 2023 23:27:22 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/661.sh b/661.sh index 12d6399..41793da 100644 --- a/661.sh +++ b/661.sh @@ -38,6 +38,7 @@ release="Centos" else red "不支持你当前系统,请选择使用Ubuntu,Debian,Centos系统。" && rm -f CFwarp.sh && exit fi +echo vsid=`grep -i version_id /etc/os-release | cut -d \" -f2 | cut -d . -f1` sys(){ [ -f /etc/os-release ] && grep -i pretty_name /etc/os-release | cut -d \" -f2 && return