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
|
if [[ ! $(type -P screen) ]]; then
|
||||||
$yumapt update;$yumapt install screen
|
$yumapt update;$yumapt install screen
|
||||||
fi
|
fi
|
||||||
|
if [[ ! $(type -P yum) ]]; then
|
||||||
if [[ ! $(type -P cron) ]]; 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
|
fi
|
||||||
|
|
||||||
nf4() {
|
nf4() {
|
||||||
|
|
Loading…
Reference in New Issue