From b75aeed9e7840438a8184a8c9acf8f271bb5816e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Feb 2019 13:10:38 +0100 Subject: Using get.open-infrastructure.net as default URL to get images from in container create script. Signed-off-by: Daniel Baumann --- share/scripts/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/curl') diff --git a/share/scripts/curl b/share/scripts/curl index 54def52..80ccde6 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -174,7 +174,7 @@ then exit 1 fi -SERVER="${SERVER:-https://files.open-infrastructure.net/system/container/debian}" +SERVER="${SERVER:-https://get.open-infrastructure.net/system/container/debian}" PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}" VERSION="$(container version)" -- cgit v1.2.3