Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- yum install -y wget
- cd
- wget https://raw.github.com/isaacs/nave/master/nave.sh
- chmod +x nave.sh
- ./nave.sh install stable || true
- ./nave.sh use stable || true
- clear
- echo "You now have NodeJS Installed @ version:"
- node -v
- echo "You also have Nave, just run: nave install 0.8.15 - to install nodejs version 0.8.15"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement