Update Nextcloud to the latest version

Nextcloud 17 doesn't support PHP 7.4 (and therefore Ubuntu 20.04 LTS)
This commit is contained in:
David Duque 2020-05-17 15:04:17 +01:00
parent baa5d32dea
commit 117bdb7464
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 2 additions and 2 deletions

View File

@ -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