Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-12-20 00:55:50 +0300
committerGitHub <noreply@github.com>2019-12-20 00:55:50 +0300
commit4adb5cc542ce70770ecc42b3cc1a1802a85eef22 (patch)
tree290d98ed83ff0f923497f33a94a42cb9bcf7d00c
parentbc386c8f0cf493ca4d804948c9519e10785e6035 (diff)
hold PHP17.0.2
-rw-r--r--nextcloud_update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/nextcloud_update.sh b/nextcloud_update.sh
index d3e95701..1c28a7b1 100644
--- a/nextcloud_update.sh
+++ b/nextcloud_update.sh
@@ -51,6 +51,12 @@ then
fi
fi
+# Hold PHP due to max supported version in Nextcloud
+if is_this_installed php7.3-common
+then
+ apt-mark hold php*
+fi
+
# Move all logs to new dir (2019-09-04)
if [ -d /var/log/ncvm/ ]
then