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/old
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-09 14:50:58 +0300
committerGitHub <noreply@github.com>2020-09-09 14:50:58 +0300
commit941e6e7ba37d8fd4c72560fef342cec586c13ca5 (patch)
treed5b572f177b5384b5232ffe729391008482eb198 /old
parentaba232642fdae7c5e47d6fce95d26d143eb64aad (diff)
move WHATEVER=1 to functions (#1425)
Diffstat (limited to 'old')
-rw-r--r--old/spreedme.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/old/spreedme.sh b/old/spreedme.sh
index b1e5f536..67cfcb38 100644
--- a/old/spreedme.sh
+++ b/old/spreedme.sh
@@ -6,8 +6,10 @@
true
SCRIPT_NAME="Spreedme"
# shellcheck source=lib.sh
-NC_UPDATE=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
-unset NC_UPDATE
+. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+
+# Get all needed variables from the library
+nc_update
print_text_in_color "$ICyan" "Installing Spreed.ME..."