We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a97386 commit 5e187cdCopy full SHA for 5e187cd
apps/nextant.sh
@@ -108,9 +108,9 @@ check_command "echo \"SOLR_OPTS=\\\"\\\$SOLR_OPTS -Dsolr.allow.unsafe.resourcelo
108
check_command service solr restart
109
110
# Get nextant app for nextcloud
111
-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"
112
check_command cd "$NC_APPS_PATH"
113
-check_command tar zxf nextant-1.0.8.tar.gz
+check_command tar zxf "$NT_RELEASE"
114
115
# Enable Nextant
116
rm -r "$NT_RELEASE"
0 commit comments