From: Luke Kenneth Casson Leighton Date: Thu, 19 Aug 2021 21:13:27 +0000 (+0100) Subject: use http not https X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=d90e44a38982cf316349ffeb3b66fabdd4051a75 use http not https --- diff --git a/coriolis2-chroot b/coriolis2-chroot index 35ab787..ecaff42 100755 --- a/coriolis2-chroot +++ b/coriolis2-chroot @@ -17,7 +17,7 @@ mkdir -p /opt/chroot/coriolis apt install -y debootstrap schroot # Install debian/buster chroot using debootstrap /usr/sbin/debootstrap buster /opt/chroot/coriolis \ - https://ftp.uk.debian.org/debian + http://ftp.uk.debian.org/debian # Mount all chroot mount points from fstab mount /opt/chroot/coriolis/dev mount /opt/chroot/coriolis/dev/pts diff --git a/mk-deb-chroot b/mk-deb-chroot index 53d2131..4fae5d9 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -24,7 +24,7 @@ mkdir -p /opt/chroot/$chrootdir apt install -y debootstrap schroot # Install debian/buster chroot using debootstrap /usr/sbin/debootstrap buster /opt/chroot/$chrootdir \ - https://ftp.uk.debian.org/debian + http://ftp.uk.debian.org/debian # Mount all chroot mount points from fstab mount /opt/chroot/$chrootdir/dev mount /opt/chroot/$chrootdir/dev/pts