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