From 6bc6d5f9de0599f5c26f86406f19b423a6fe0a69 Mon Sep 17 00:00:00 2001 From: Ferry Toth Date: Tue, 11 Feb 2020 22:42:03 +0100 Subject: [PATCH] debian: download from https server Suggested-by: Alex Tereschenko Signed-off-by: Ferry Toth --- utils/debian_1_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/debian_1_create.sh b/utils/debian_1_create.sh index 6f2f1708..6aba33dc 100755 --- a/utils/debian_1_create.sh +++ b/utils/debian_1_create.sh @@ -14,7 +14,7 @@ fi cd out/linux64/build -sudo debootstrap --arch amd64 --no-check-gpg $ROOTDIR $ROOTDIR http://http.debian.net/debian/ +sudo debootstrap --arch amd64 --no-check-gpg $ROOTDIR $ROOTDIR https://deb.debian.org/debian sudo mkdir -p $ROOTDIR/home/root