Update ubuntu.sh

pull/109/head
midoks 3 years ago
parent e4123d89da
commit fe1a12cc3b
  1. 3
      scripts/install/ubuntu.sh

@ -13,7 +13,7 @@ mkdir -p /www/backup/site
apt update -y
apt install -y wget curl vixie-cron lsof iptables
apt install -y wget curl vixie-cron lsof iptables unzip
apt install -y python3-pip
apt install -y python3-venv
@ -63,7 +63,6 @@ service iptables stop
# apt install -y libevent libevent-devel mysql-devel libjpeg* libpng* gd* zip unzip libmcrypt libmcrypt-devel
apt install unzip
if [ ! -d /www/server/mdserver-web ];then

Loading…
Cancel
Save