diff options
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/curl | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |