summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/container-create-curl.1.txt2
-rwxr-xr-xshare/scripts/curl2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/container-create-curl.1.txt b/share/man/container-create-curl.1.txt
index 78228a8..40028c9 100644
--- a/share/man/container-create-curl.1.txt
+++ b/share/man/container-create-curl.1.txt
@@ -62,7 +62,7 @@ The following script options are available:
Specify the root password, defaults to a random 16 character password.
*--server='SERVER'*::
- Specify the image server to download from, defaults to https://files.open-infrastructure.net/system/container/debian.
+ Specify the image server to download from, defaults to https://get.open-infrastructure.net/system/container/debian.
*--setup='SETUP'*::
Specify the setup image name to download, defaults to the value specified through --system using the setup.tar.${COMPRESSION} suffix.
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)"