Skip to content

Instantly share code, notes, and snippets.

@HugoJBello
Created November 13, 2018 16:12
Show Gist options
  • Save HugoJBello/d8f2e5f8c80fa36fb0770e2f9fc0c64d to your computer and use it in GitHub Desktop.
Save HugoJBello/d8f2e5f8c80fa36fb0770e2f9fc0c64d to your computer and use it in GitHub Desktop.
install-node-10.sh
# https://medium.com/google-cloud/node-to-google-cloud-compute-engine-in-25-minutes-7188830d884e
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment