This commit is contained in:
midoks 2022-06-23 01:26:33 +08:00
parent e0c18b7408
commit 43fafcdc00
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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