Skip to content

Instantly share code, notes, and snippets.

@ggordonutech
Created September 5, 2019 17:34
Show Gist options
  • Save ggordonutech/9be139bd46a7ec5faf58060b19208b76 to your computer and use it in GitHub Desktop.
Save ggordonutech/9be139bd46a7ec5faf58060b19208b76 to your computer and use it in GitHub Desktop.
Install Node Js Unattended
#!/usr/bin/env bash
# Upgrade Nodejs from version 8 to version 10
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment