Skip to content

Instantly share code, notes, and snippets.

@bundai223
Last active August 29, 2015 14:08
Show Gist options
  • Save bundai223/7f34e36b4bb092dc7c1a to your computer and use it in GitHub Desktop.
Save bundai223/7f34e36b4bb092dc7c1a to your computer and use it in GitHub Desktop.
#! /bin/bash
wget -O - http://nginx.org/keys/nginx_signing.key | sudo apt-key add -
# For nginx mainline
sudo sh -c 'echo "deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx" >> /etc/apt/sources.list'
sudo sh -c 'echo "deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx" >> /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