Last active
December 30, 2015 07:18
-
-
Save qrpike/7794568 to your computer and use it in GitHub Desktop.
Install Nave.sh and other essential CentOS 6.x libraries.
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 | |
# Install wget if we don't already have it: | |
yum install wget -y | |
# Dispaly what we are doing: | |
clear | |
echo "Going to install Nave, with NodeJS Stable" | |
curl https://gist.githubusercontent.com/qrpike/7794568/raw/install-nave.sh | sh | |
# Show that it's installed. | |
echo "Nave Installed" | |
node -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment