Update install_centos.sh

pull/109/head
Mr Chen 6 years ago
parent 8c65e45112
commit c272916889
  1. 2
      scripts/install_centos.sh

@ -17,7 +17,7 @@ yum install -y wget curl unzip zip
if [ ! -f '/www/server/mdserver-web' ];then
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
mv /tmp/mdserver-web-master /www/server/mdserver-web

Loading…
Cancel
Save