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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ncp/TOOLS/nc-update-nextcloud.sh')
-rw-r--r--bin/ncp/TOOLS/nc-update-nextcloud.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ncp/TOOLS/nc-update-nextcloud.sh b/bin/ncp/TOOLS/nc-update-nextcloud.sh
index b4eba81b..c7e0a5ac 100644
--- a/bin/ncp/TOOLS/nc-update-nextcloud.sh
+++ b/bin/ncp/TOOLS/nc-update-nextcloud.sh
@@ -8,12 +8,13 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-LATEST=14.0.4
+LATEST=15.0.1
configure()
{
[[ "$VERSION" == "0" ]] && VERSION="$LATEST"
- bash /usr/local/bin/ncp-update-nc "$VERSION"
+ bash /usr/local/bin/ncp-update-nc "$VERSION" && \
+ sudo -u www-data php /var/www/nextcloud/occ -n db:convert-filecache-bigint
}
install() { :; }