Skip to content

Commit

Permalink
debian: download from https server
Browse files Browse the repository at this point in the history
Suggested-by: Alex Tereschenko <[email protected]>
Signed-off-by: Ferry Toth <[email protected]>
  • Loading branch information
htot committed Feb 11, 2020
1 parent 01b7f1f commit 6bc6d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/debian_1_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6bc6d5f

Please sign in to comment.