Update ubuntu.sh

pull/109/head
midoks 3 years ago
parent 1e137ee31b
commit 6bcd518efc
  1. 2
      scripts/install/ubuntu.sh

@ -14,7 +14,7 @@ mkdir -p /www/backup/site
apt install -y wget curl vixie-cron lsof iptables
if [ ! -f /root/.acme.sh ];then
if [ ! -d /root/.acme.sh ];then
curl https://get.acme.sh | sh
fi

Loading…
Cancel
Save