ftp.debian.org not being reliable redirection, changing to
[dev-env-setup.git] / mk-deb-chroot
index f00ff83f74194c09befc52d38f0a36c4cd8f3699..53d2131ce907dae6ab004fbbea75dc0bd7b8191b 100755 (executable)
@@ -23,7 +23,8 @@ mkdir -p /opt/chroot/$chrootdir
 # Install debootstrap and schroot via apt
 apt install -y debootstrap schroot
 # Install debian/buster chroot using debootstrap
-/usr/sbin/debootstrap buster /opt/chroot/$chrootdir http://ftp.debian.org/debian
+/usr/sbin/debootstrap buster /opt/chroot/$chrootdir \
+                      https://ftp.uk.debian.org/debian
 # Mount all chroot mount points from fstab
 mount /opt/chroot/$chrootdir/dev
 mount /opt/chroot/$chrootdir/dev/pts