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-02-10 15:17:52 +0300
committerGitHub <noreply@github.com>2018-02-10 15:17:52 +0300
commit1decdae939240f8c51e72617972ce876dffe1330 (patch)
tree8a9e532e34f47511bac1c6c830b7307b8c10d48a /apps
parentbbfa2dd67a2b46c2f89c21516648247f03878074 (diff)
master
Diffstat (limited to 'apps')
-rw-r--r--apps/fulltextsearch.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh
index 396ee53c..a6da4ace 100644
--- a/apps/fulltextsearch.sh
+++ b/apps/fulltextsearch.sh
@@ -2,23 +2,15 @@
# Tech and Me © - 2018, https://www.techandme.se/
-######################## Change to MASTER before merge ###########################
-############################# Developed for NC 13 ################################
-
# shellcheck disable=2034,2059
true
# shellcheck source=lib.sh
-ES_INSTALL=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/nc13-appinstall/lib.sh)
+ES_INSTALL=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
unset ES_INSTALL
ES_VERSION=6.1.1
ES_DEB_VERSION="$(echo $ES_VERSION | head -c 1)"
-######### FOR TESTING ########
-GITHUB_REPO=https://raw.githubusercontent.com/nextcloud/vm/full-text-search
-APP=$GITHUB_REPO/apps
-##############################
-
# Check for errors + debug code and abort if something isn't right
# 1 = ON
# 0 = OFF