diff --git a/scripts/installer.sh b/scripts/installer.sh index a981a0eb9..8d030eca5 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -24,6 +24,11 @@ readonly ubuntu_codename=$(lsb_release -cs) readonly is_update=$(systemctl is-active box && echo "yes" || echo "no") +echo "==> installer: updating nginx" +# https://launchpad.net/~nginx +add-apt-repository ppa:nginx/stable --yes +apt-get install nginx-full -y + echo "==> installer: updating docker" if [[ $(docker version --format {{.Client.Version}}) != "18.09.2" ]]; then