Ensure we have latest nginx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user