move compatible check

This commit is contained in:
Daniel Hansson 2020-07-18 12:18:43 +02:00 committed by GitHub
parent 8e57be84f3
commit c94f58a65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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