use http not https
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 19 Aug 2021 21:13:27 +0000 (22:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 19 Aug 2021 21:13:27 +0000 (22:13 +0100)
coriolis2-chroot
mk-deb-chroot

index 35ab7870c622cdc9c2449ad086ab0989035209d3..ecaff4216bda0a548a211649381d718c02b9602a 100755 (executable)
@@ -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 \
 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
 # Mount all chroot mount points from fstab
 mount /opt/chroot/coriolis/dev
 mount /opt/chroot/coriolis/dev/pts
index 53d2131ce907dae6ab004fbbea75dc0bd7b8191b..4fae5d9e13c731eacd58864965aa75e7dab45809 100755 (executable)
@@ -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 \
 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
 # Mount all chroot mount points from fstab
 mount /opt/chroot/$chrootdir/dev
 mount /opt/chroot/$chrootdir/dev/pts