mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
dc29344218
commit
c21c34c2cf
|
@ -98,6 +98,9 @@ fi
|
||||||
if [[ ! $(type -P python3) ]]; then
|
if [[ ! $(type -P python3) ]]; then
|
||||||
$yumapt update;$yumapt install python3
|
$yumapt update;$yumapt install python3
|
||||||
fi
|
fi
|
||||||
|
if [[ ! $(type -P screen) ]]; then
|
||||||
|
$yumapt update;$yumapt install screen
|
||||||
|
fi
|
||||||
if [[ ! $(type -P cron) ]]; then
|
if [[ ! $(type -P cron) ]]; then
|
||||||
$yumapt update;apt install cron -y;yum install cronie -y
|
$yumapt update;apt install cron -y;yum install cronie -y
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue