use http not https
[dev-env-setup.git] / mk-deb-chroot
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 \
-                      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