From 117bdb746441b5a0e45d67fc52b832572c743806 Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 17 May 2020 15:04:17 +0100 Subject: [PATCH] Update Nextcloud to the latest version Nextcloud 17 doesn't support PHP 7.4 (and therefore Ubuntu 20.04 LTS) --- setup/nextcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 938cc70c..e7d02cfc 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -91,8 +91,8 @@ InstallNextcloud() { } # Nextcloud Version to install. Checks are done down below to step through intermediate versions. -nextcloud_ver=17.0.6 -nextcloud_hash=50b98d2c2f18510b9530e558ced9ab51eb4f11b0 +nextcloud_ver=18.0.4 +nextcloud_hash=6a1c671600d6a839d53cbcfac64eb3858936bbad # Current Nextcloud Version, #1623 # Checking /usr/local/lib/owncloud/version.php shows version of the Nextcloud application, not the DB