Created
June 28, 2017 21:42
-
-
Save samuelsharaf/f936a1758703a02cbaabb69a23ae23d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "\n-----------------------------" | |
echo "Updating Node..." | |
echo "-----------------------------\n" | |
. ~/.profile | |
nvm install 7 | |
nvm alias default 7 | |
echo "\n-----------------------------" | |
echo "Updating Heroku CLI..." | |
echo "-----------------------------\n" | |
heroku update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment