Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-01 08:17:39 +00:00
parent 69444bcb04
commit 8f604508f5
1 changed files with 5 additions and 1 deletions

View File

@ -101,8 +101,12 @@ fi
if [[ ! $(type -P screen) ]]; then
$yumapt update;$yumapt install screen
fi
if [[ ! $(type -P yum) ]]; then
if [[ ! $(type -P cron) ]]; then
$yumapt update;apt install cron -y;yum install cronie -y
$yumapt update;$yumapt install cron
fi
else
$yumapt update;$yumapt install cronie
fi
nf4() {