From 32a284351be29ef20ef90b19baba48fa424a71e4 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 13:04:15 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 59a6fab74..e7a2121ff 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -17,7 +17,8 @@ apt install -y wget curl lsof iptables unzip apt install -y python3-pip apt install -y python3-venv -apt install -y cron vixie-cron +apt install -y cron +apt install -y vixie-cron if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh