Created
September 5, 2019 17:34
-
-
Save ggordonutech/9be139bd46a7ec5faf58060b19208b76 to your computer and use it in GitHub Desktop.
Install Node Js Unattended
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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