Skip to content

Instantly share code, notes, and snippets.

@kevingo
Created August 28, 2018 06:20
Show Gist options
  • Save kevingo/b238aa7b9ab586ef287139b64da72e26 to your computer and use it in GitHub Desktop.
Save kevingo/b238aa7b9ab586ef287139b64da72e26 to your computer and use it in GitHub Desktop.
nginx update script at ubuntu
#!/bin/bash
sudo apt-get -y install software-properties-common python-software-properties
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update && sudo apt-get -y install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment