Skip to content

Instantly share code, notes, and snippets.

@gggordon
Created August 21, 2019 01:21
Show Gist options
  • Save gggordon/7b88b170db6721d7c8026989248cdf41 to your computer and use it in GitHub Desktop.
Save gggordon/7b88b170db6721d7c8026989248cdf41 to your computer and use it in GitHub Desktop.
Install Node js unattended
#!/usr/bin/env bash
curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment