Update ubuntu.sh

This commit is contained in:
midoks 2022-06-11 12:36:38 +08:00
parent f949626f82
commit 3d735c19ef
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ fi
#安装时不开启
service iptables stop
# apt install -y libevent libevent-devel mysql-devel libjpeg* libpng* gd* zip unzip libmcrypt libmcrypt-devel
if [ ! -d /www/server/mdserver-web ];then
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master
cd /tmp && unzip /tmp/master.zip