Update install_dev.sh
This commit is contained in:
parent
5b4ceb49df
commit
4591c9006b
|
|
@ -215,6 +215,7 @@ if [ $OSNAME != "macos" ];then
|
|||
mkdir -p /www/backup/site
|
||||
|
||||
if [ ! -d /www/server/mdserver-web ];then
|
||||
echo "downloading ${HTTP_PREFIX}github.com/midoks/mdserver-web/archive/refs/heads/dev.zip"
|
||||
curl --insecure -sSLo /tmp/dev.zip ${HTTP_PREFIX}github.com/midoks/mdserver-web/archive/refs/heads/dev.zip
|
||||
d /tmp && unzip /tmp/dev.zip
|
||||
mv -f /tmp/mdserver-web-dev /www/server/mdserver-web
|
||||
|
|
|
|||
Loading…
Reference in New Issue