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-03-08 13:24:17 +0300
committerGitHub <noreply@github.com>2018-03-08 13:24:17 +0300
commit5e187cd671c878f5ef18d0af192fde9385a136c0 (patch)
tree0ec59152eb5d445c2ba5b656e0e49b73c50260d3 /apps
parent5a97386dda89905d06896f0ce1b9630b1452513a (diff)
use existing variables
Diffstat (limited to 'apps')
-rw-r--r--apps/nextant.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nextant.sh b/apps/nextant.sh
index ac49ffb5..957492bf 100644
--- a/apps/nextant.sh
+++ b/apps/nextant.sh
@@ -108,9 +108,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" https://github.com/nextcloud/fulltextsearch/releases/download/v1.0.8/nextant-1.0.8.tar.gz
+check_command wget -q -P "$NC_APPS_PATH" "$NT_DL"
check_command cd "$NC_APPS_PATH"
-check_command tar zxf nextant-1.0.8.tar.gz
+check_command tar zxf "$NT_RELEASE"
# Enable Nextant
rm -r "$NT_RELEASE"