Skip to content

Instantly share code, notes, and snippets.

@nicekiwi
Created June 23, 2015 01:28
Show Gist options
  • Save nicekiwi/27fed25a8981059d9db7 to your computer and use it in GitHub Desktop.
Save nicekiwi/27fed25a8981059d9db7 to your computer and use it in GitHub Desktop.
#!/bin/bash
nginx=stable # use nginx=development for latest development version
add-apt-repository ppa:nginx/$nginx
apt-get update -y
apt-get install -y nginx
echo "Nginx Installed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment