Advertisement
opexxx

installNAVE.sh

Nov 24th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. yum install -y wget
  4. cd
  5. wget https://raw.github.com/isaacs/nave/master/nave.sh
  6. chmod +x nave.sh
  7. ./nave.sh install stable || true
  8. ./nave.sh use stable || true
  9.  
  10. clear
  11. echo "You now have NodeJS Installed @ version:"
  12. node -v
  13. 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