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