From 357f85033e7303055d82d42ed7a3257ba96d3c93 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 16 Aug 2019 15:02:20 +0200 Subject: [PATCH] Add Nginx repository in install script for upgrade * On previous WordOps release, if Nginx was already installed, old repository isn't replaced by the new one --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 53f1cb0..888b362 100755 --- a/install +++ b/install @@ -186,6 +186,7 @@ wo_install_dep() { apt-get -option=Dpkg::options::=--force-confmiss --option=Dpkg::options::=--force-confold --assume-yes install \ build-essential curl gzip python3 python3-apt python3-setuptools python3-requests python3-dev sqlite3 git tar software-properties-common pigz \ gnupg2 cron ccze rsync tree haveged ufw unattended-upgrades tzdata ntp > /dev/null 2>&1 + add-apt-repository ppa:wordops/nginx-wo -yu else # install dependencies apt-get -option=Dpkg::options::=--force-confmiss --option=Dpkg::options::=--force-confold --assume-yes install \