Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Start with downloading and installing PGP keys
- wget -O key http://nginx.org/keys/nginx_signing.key && sudo apt-key add key && sudo rm -f key
- #Add these lines to /etc/apt/sources.list
- deb http://nginx.org/packages/debian/ squeeze nginx
- deb-src http://nginx.org/packages/debian/ squeeze nginx
- #Update apt lists
- sudo apt-get update
- #Upgrade or install nginx
- sudo apt-get upgrade
- #or
- sudo apt-get install nginx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement