diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index dd41aa7f1..59a6fab74 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -13,11 +13,12 @@ mkdir -p /www/backup/site apt update -y -apt install -y lsof iptables unzip -apt install -y wget curl vixie-cron +apt install -y wget curl lsof iptables unzip apt install -y python3-pip apt install -y python3-venv +apt install -y cron vixie-cron + if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh fi