diff options
Diffstat (limited to '')
-rwxr-xr-x | share/doc/examples/container-images.sh | 2 | ||||
-rwxr-xr-x | share/scripts/curl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh index 74e7ee0..b743f57 100755 --- a/share/doc/examples/container-images.sh +++ b/share/doc/examples/container-images.sh @@ -10,7 +10,7 @@ set -e ARCHITECTURES="amd64 i386" DISTRIBUTIONS="stretch sid" -MIRROR="http://deb.debian.org/debian" +MIRROR="https://deb.debian.org/debian" INCLUDE="dbus" DATE="$(date +%Y%m%d)" diff --git a/share/scripts/curl b/share/scripts/curl index b80fcc1..b84869c 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -149,7 +149,7 @@ fi if curl -V | grep -qs http2 then - CURL_OPTIONS="${CURL_OPTIONS} --https" + CURL_OPTIONS="${CURL_OPTIONS} --http2" fi curl --fail --location --progress-bar --user-agent container-tools/${VERSION} ${CURL_OPTIONS} \ |