From fe1a12cc3b5864cfd4c1081e026d32dacad8c42b Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 02:05:09 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index d7548bc14..bd6e272dc 100644 --- a/scripts/install/ubuntu.sh +++ b/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