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