diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index 6f47f3f3..99efebf8 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -142,12 +142,14 @@ if [ ! -d /usr/local/lib/owncloud/ ] || [[ ! ${CURRENT_NEXTCLOUD_VER} =~ ^$nextc elif [[ ${CURRENT_NEXTCLOUD_VER} =~ ^13 ]]; then # If we are running Nextcloud 13, upgrade to Nextcloud 14 InstallNextcloud 14.0.6 4e43a57340f04c2da306c8eea98e30040399ae5a + CURRENT_NEXTCLOUD_VER="14.0.6" fi if [[ ${CURRENT_NEXTCLOUD_VER} =~ ^14 ]]; then # During the upgrade from Nextcloud 14 to 15, user_external may cause the upgrade to fail. # We will disable it here before the upgrade and install it again after the upgrade. hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:disable user_external InstallNextCloud 15.0.8 4129d8d4021c435f2e86876225fb7f15adf764a3 + CURRENT_NEXTCLOUD_VER="15.0.8" fi fi