THIS SCRIPT HAS BEEN DEPRECATED

This commit is contained in:
Teddysun 2016-12-21 14:12:32 +09:00 committed by GitHub
parent dab26bb991
commit ebca863369

View File

@ -16,7 +16,7 @@ echo "#"
echo "# Author: Teddysun <i@teddysun.com>"
echo "#"
echo "#############################################################"
echo ""
echo
# Get Nodejs latest version
NODEJS_VER=`curl -s https://nodejs.org/en/download/ | awk -F'<strong>' '/Current version/{print $2}' | cut -d '<' -f 1`
@ -241,4 +241,4 @@ uninstall)
echo "Arguments error! [${action} ]"
echo "Usage: `basename $0` {install|uninstall}"
;;
esac
esac