Advertisement
opexxx

DebianInstall_NodeJS_OpenVZ

Nov 24th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. #Debian-Scripts
  2. #Install OpenVZ on Debian 6
  3.  
  4. apt-get install -y curl && source <(curl -s https://raw.github.com/qrpike/Debian-Scripts/master/installOpenVZ.sh)
  5. #Install NodeJS (latest) on Debian 6
  6.  
  7. apt-get install -y curl && source <(curl -s https://raw.github.com/qrpike/Debian-Scripts/master/installNodeJS.sh)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement