From 10cee12bf510fb943b4ab9809f675c9db0b6ce2a Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 13:03:59 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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