Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-09 00:07:20 +00:00
parent 9b9040a0bc
commit 7287e6fb1a
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ fi
[[ $(type -P bc) ]] || ($yumapt update;$yumapt install bc)
[[ ! $(type -P qrencode) ]] && ($yumapt update;$yumapt install qrencode)
[[ ! $(type -P python3) ]] && (yellow "检测到python3未安装升级安装中" && $yumapt update;$yumapt install python3)
[[ ! $(type -P screen) ]] && (yellow "检测到screen未安装升级安装中" && $yumapt update;$yumapt install screen)
}
v4v6(){