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:
Diffstat (limited to 'network/static_ip.sh')
-rw-r--r--network/static_ip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/static_ip.sh b/network/static_ip.sh
index 4cbf8d8d..302c7a0c 100644
--- a/network/static_ip.sh
+++ b/network/static_ip.sh
@@ -8,7 +8,7 @@ then
true
SCRIPT_NAME="Static IP"
# shellcheck source=lib.sh
-source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
+source /var/scripts/fetch_lib.sh
# If we have internet, then use the latest variables from the lib remote file
elif [ -f /var/scripts/lib.sh ]
then