pull/109/head
midoks 3 years ago
parent c435fbcd12
commit 156bf1678b
  1. 2
      scripts/install.sh
  2. 2
      scripts/update.sh

@ -40,7 +40,7 @@ else
fi fi
echo "use system version: ${OSNAME}" 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` endTime=`date +%s`

@ -36,7 +36,7 @@ fi
#pip uninstall public #pip uninstall public
echo "use system version: ${OSNAME}" 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` endTime=`date +%s`
((outTime=($endTime-$startTime)/60)) ((outTime=($endTime-$startTime)/60))

Loading…
Cancel
Save