FIX Nginx Mainline Tests / Remove PPAs / Update Modify README

This commit is contained in:
Mitchell Krog 2019-06-29 19:00:57 +02:00
parent c5bb4d4054
commit 85bc6f6332
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
3 changed files with 7 additions and 1 deletions

View file

@ -90,6 +90,8 @@ sudo apt-get purge nginx-common
sudo apt-get purge nginx*
# Mainline from PPA
stablenginx=stable
sudo add-apt-repository -y --remove ppa:nginx/${stablenginx}
mainstreamnginx=development
sudo add-apt-repository -y ppa:nginx/${mainstreamnginx}
sudo apt-get update