This commit is contained in:
parent
c435fbcd12
commit
156bf1678b
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue