Skip to content

Instantly share code, notes, and snippets.

@cornflourblue
Last active August 5, 2024 19:03
Show Gist options
  • 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