Ensure we have latest nginx

This commit is contained in:
Johannes Zellner
2020-04-02 12:37:02 +02:00
parent e360658c6e
commit d0692f7379
+5
View File
@@ -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