Skip to content

Instantly share code, notes, and snippets.

@samuelsharaf
Created June 28, 2017 21:42
Show Gist options
  • Save samuelsharaf/f936a1758703a02cbaabb69a23ae23d6 to your computer and use it in GitHub Desktop.
Save samuelsharaf/f936a1758703a02cbaabb69a23ae23d6 to your computer and use it in GitHub Desktop.
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