Skip to content

Instantly share code, notes, and snippets.

@cornflourblue
Last active December 17, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cornflourblue/b792ace8470d9b4c35fc72947cc32393 to your computer and use it in GitHub Desktop.
Save cornflourblue/b792ace8470d9b4c35fc72947cc32393 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "
----------------------
NODE & NPM
----------------------
"
# add nodejs 10 ppa (personal package archive) from nodesource
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
# install nodejs and npm
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment