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
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-10-03 22:09:15 +0300
committerGitHub <noreply@github.com>2020-10-03 22:09:15 +0300
commitf251b0354996674b1d8ea148f68eccec730323ca (patch)
treedd26d793d0492ffd9b6e1e363c3051dd8f32d694 /static/test_connection.sh
parentda449199f07fc10adf75bbe5965e02bff05a7d92 (diff)
go live with fetch lib (#1520)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'static/test_connection.sh')
-rw-r--r--static/test_connection.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/test_connection.sh b/static/test_connection.sh
index 34ae9ed5..4f0bdaee 100644
--- a/static/test_connection.sh
+++ b/static/test_connection.sh
@@ -3,7 +3,7 @@
true
SCRIPT_NAME="Test Connection (old)"
# shellcheck source=lib.sh
-. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
# This is needed since we removed this from the startup script, or changed name so it can't be downloaded anymore
msg_box "You are running an outdated release.