mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
69444bcb04
commit
8f604508f5
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue