Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-04-07 10:32:09 +00:00
parent dc29344218
commit c21c34c2cf
1 changed files with 3 additions and 0 deletions

View File

@ -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