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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-01-21 05:53:48 +0300
committerGitHub <noreply@github.com>2018-01-21 05:53:48 +0300
commit2ec67ed3b6a2381e52d36b2ff42c665603067901 (patch)
tree2782cbeb9576e81726c861ead83318a76f9cdd95 /apps
parent8405cc3e5e591b08251e3275ff6dd36f1778eae9 (diff)
maybe this will work?
Diffstat (limited to 'apps')
-rw-r--r--apps/nextant.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/nextant.sh b/apps/nextant.sh
index 03e64689..7c742177 100644
--- a/apps/nextant.sh
+++ b/apps/nextant.sh
@@ -23,9 +23,7 @@ then
exit 1
fi
-msg_box "Nextant is not maintained anymore and the developer has decided to remove the repositury from Github
-
-Sorry, not much we can do about it.
+msg_box "Nextant is not maintained anymore. Sorry, not much we can do about it.
If you want to help us move forward, then please help us develop a script for Full text Search instead.
You can find the repository here: https://github.com/nextcloud/fulltextsearch,
@@ -101,9 +99,9 @@ check_command "echo \"SOLR_OPTS=\\\"\\\$SOLR_OPTS -Dsolr.allow.unsafe.resourcelo
check_command service solr restart
# Get nextant app for nextcloud
-check_command wget -q -P "$NC_APPS_PATH" "$NT_DL"
+check_command wget -q -P "$NC_APPS_PATH" https://github.com/nextcloud/fulltextsearch/releases/download/v1.0.8/nextant-1.0.8.tar.gz
check_command cd "$NC_APPS_PATH"
-check_command tar zxf "$NT_RELEASE"
+check_command tar zxf nextant-1.0.8.tar.gz
# Enable Nextant
rm -r "$NT_RELEASE"