Update install_dev.sh

This commit is contained in:
dami 2025-08-18 16:28:23 +08:00
parent 5b4ceb49df
commit 4591c9006b
1 changed files with 1 additions and 0 deletions

View File

@ -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