Update install_dev.sh

pull/795/head
dami 4 weeks ago
parent 37206916e4
commit 3cd9b52d2a
  1. 2
      scripts/install_dev.sh

@ -217,7 +217,7 @@ if [ $OSNAME != "macos" ];then
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
cd /tmp && unzip /tmp/dev.zip
mv -f /tmp/mdserver-web-dev /www/server/mdserver-web
rm -rf /tmp/dev.zip
rm -rf /tmp/mdserver-web-dev

Loading…
Cancel
Save