Update ubuntu.sh

pull/109/head
midoks 3 years ago
parent 10cee12bf5
commit 32a284351b
  1. 3
      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

Loading…
Cancel
Save