From c94f58a65fa315f61876cee2ba81c97cc3ecee1f Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 18 Jul 2020 12:18:43 +0200 Subject: [PATCH] move compatible check --- apps/fulltextsearch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index 6ef47d3b..e3914b4f 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -20,6 +20,9 @@ debug_mode # Must be root root_check +# Nextcloud 19 is required. +lowest_compatible_nc 19 + # Won't work info msg_box "Full Text Search needs to be updated by the developer for it to work. Currently there are issues that blocks it from working in NC 19. @@ -33,9 +36,6 @@ https://github.com/nextcloud/bookmarks_fulltextsearch When this is fixed, we will allow installation again." exit 1 -# Nextcloud 13 is required. -lowest_compatible_nc 19 - # Test RAM size (2GB min) + CPUs (min 2) ram_check 2 FullTextSearch cpu_check 2 FullTextSearch