This commit is contained in:
midoks 2022-06-14 09:06:41 +08:00
parent c435fbcd12
commit 156bf1678b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ else
fi
echo "use system version: ${OSNAME}"
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install/${OSNAME}.sh | sh
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install/${OSNAME}.sh | bash
endTime=`date +%s`

View File

@ -36,7 +36,7 @@ fi
#pip uninstall public
echo "use system version: ${OSNAME}"
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update/${OSNAME}.sh | sh
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update/${OSNAME}.sh | bash
endTime=`date +%s`
((outTime=($endTime-$startTime)/60))