Skip to content

Instantly share code, notes, and snippets.

@chacken
Created July 5, 2013 03:07
Show Gist options
  • Save chacken/5931411 to your computer and use it in GitHub Desktop.
Save chacken/5931411 to your computer and use it in GitHub Desktop.
wget http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx-signing.key
echo "deb http://nginx.org/packages/ubuntu/ precise nginx" | sudo tee -a /etc/apt/sources.list
echo "deb-src http://nginx.org/packages/ubuntu/ precise nginx" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment