Created
January 23, 2019 18:51
-
-
Save Rulinski/70fb157414f4dc8b7d451ed958cd0c46 to your computer and use it in GitHub Desktop.
Revisions
-
Rulinski created this gist
Jan 23, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #!/bin/bash # Using Ubuntu sudo apt update sudo apt upgrade #update npm sudo npm install npm@latest -g #update nodejs curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt install -y nodejs