Created
April 22, 2018 03:14
-
-
Save saxenap/bba83ba58716ff3edfec651c1a313759 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash - | |
sudo yum -y install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment