Created
June 23, 2015 01:28
-
-
Save nicekiwi/27fed25a8981059d9db7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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