From 6ef3fba63a7b9ded1911ec22232358750e8ed0a9 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 11 Jan 2019 14:42:19 +0100 Subject: [PATCH] Troubleshooting NGINX --- install-nextcloud-ubuntu_arm64.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-nextcloud-ubuntu_arm64.sh b/install-nextcloud-ubuntu_arm64.sh index 262bbe5..bfcff80 100644 --- a/install-nextcloud-ubuntu_arm64.sh +++ b/install-nextcloud-ubuntu_arm64.sh @@ -11,6 +11,8 @@ # Ubuntu 18.04 LTS ARM64 - Nextcloud 15 ################################################ #!/bin/bash +### Set current NGINX Releaseversion +NGINXVER="1.15.8" ###global function to update and cleanup the environment function update_and_clean() { apt update