Update ubuntu.sh

pull/109/head
midoks 3 years ago
parent 555741c35e
commit 10cee12bf5
  1. 5
      scripts/install/ubuntu.sh

@ -13,11 +13,12 @@ mkdir -p /www/backup/site
apt update -y apt update -y
apt install -y lsof iptables unzip apt install -y wget curl lsof iptables unzip
apt install -y wget curl vixie-cron
apt install -y python3-pip apt install -y python3-pip
apt install -y python3-venv apt install -y python3-venv
apt install -y cron vixie-cron
if [ ! -d /root/.acme.sh ];then if [ ! -d /root/.acme.sh ];then
curl https://get.acme.sh | sh curl https://get.acme.sh | sh
fi fi

Loading…
Cancel
Save