From c21c34c2cfae0d87859b6feca5777876360aa292 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 Apr 2023 10:32:09 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CFwarp.sh b/CFwarp.sh index 9c79d7f..35cc036 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -98,6 +98,9 @@ fi if [[ ! $(type -P python3) ]]; then $yumapt update;$yumapt install python3 fi +if [[ ! $(type -P screen) ]]; then +$yumapt update;$yumapt install screen +fi if [[ ! $(type -P cron) ]]; then $yumapt update;apt install cron -y;yum install cronie -y fi