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:33:11 +0300
committerGitHub <noreply@github.com>2020-10-03 22:33:11 +0300
commite37c2df8c78276121f0fcdbe768dba900e7a8f23 (patch)
tree65f1e22841cbfdf0654956d67f6fed0bcc43e833 /nextcloud_install_production.sh
parenta7a065f454087c7ae02d6341ce33bdc859277c0c (diff)
don't use local lib before it's downloaded
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 634a8591..5c2cc5b8 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -18,7 +18,7 @@ fi
true
SCRIPT_NAME="Nextcloud Install Script"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
# Check if dpkg or apt is running
is_process_running apt
@@ -54,7 +54,7 @@ fi
# shellcheck disable=2034,2059
true
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
# Check for errors + debug code and abort if something isn't right
# 1 = ON