update
This commit is contained in:
parent
fb68ad7705
commit
5e548f7899
|
|
@ -1,3 +1,4 @@
|
|||
wheel
|
||||
flask
|
||||
flask_session
|
||||
flask_socketio
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ if [ "${isVersion}" == '' ];then
|
|||
fi
|
||||
|
||||
|
||||
yum install -y wget curl unzip zip
|
||||
yum install -y wget curl unzip zip mysql-devel
|
||||
|
||||
# if [ ! -d '/www/server/mdserver-web' ];then
|
||||
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master
|
||||
|
|
|
|||
Loading…
Reference in New Issue