Skip to content

Commit 5e187cd

Browse files
author
Daniel Hansson
authored
use existing variables
1 parent 5a97386 commit 5e187cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nextant.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ check_command "echo \"SOLR_OPTS=\\\"\\\$SOLR_OPTS -Dsolr.allow.unsafe.resourcelo
108108
check_command service solr restart
109109

110110
# 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
111+
check_command wget -q -P "$NC_APPS_PATH" "$NT_DL"
112112
check_command cd "$NC_APPS_PATH"
113-
check_command tar zxf nextant-1.0.8.tar.gz
113+
check_command tar zxf "$NT_RELEASE"
114114

115115
# Enable Nextant
116116
rm -r "$NT_RELEASE"

0 commit comments

Comments
 (0)