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