This commit is contained in:
parent
e0c18b7408
commit
43fafcdc00
|
|
@ -17,6 +17,7 @@ apt update -y
|
|||
|
||||
apt install -y wget curl lsof unzip
|
||||
apt install -y python3-pip
|
||||
apt install -y python3-dev
|
||||
apt install -y python3-venv
|
||||
|
||||
apt install -y cron
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ apt update -y
|
|||
apt install -y wget curl lsof unzip
|
||||
apt install -y python3-pip
|
||||
apt install -y python3-venv
|
||||
apt install -y python3-dev
|
||||
|
||||
|
||||
apt install -y cron
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue