add mds-cli

pull/109/head
xcsoft 3 years ago committed by GitHub
parent 104f3aecf5
commit d252ab9aa8
  1. 3
      scripts/install.sh

@ -74,7 +74,8 @@ 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 | bash curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install/${OSNAME}.sh | bash
ln -s /www/server/mdserver-web/mds-cli /usr/bin/mds-cli
endTime=`date +%s` endTime=`date +%s`
((outTime=(${endTime}-${startTime})/60)) ((outTime=(${endTime}-${startTime})/60))
echo -e "Time consumed:\033[32m $outTime \033[0mMinute!" echo -e "Time consumed:\033[32m $outTime \033[0mMinute!"

Loading…
Cancel
Save