From 7ad7a2d81959943bb19ba23c34dced6377cd3842 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:54 -0400 Subject: [PATCH] Remove apt-cacher setup --- buildiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildiso.sh b/buildiso.sh index edaa917..28b7396 100755 --- a/buildiso.sh +++ b/buildiso.sh @@ -107,7 +107,7 @@ prepare_rootfs() { --include=${SQUASHFS_PKGLIST} \ buster \ artifacts/debootstrap/ \ - http://localhost:3142/ftp.ca.debian.org/debian &>debootstrap.log || fail "Error performing debootstrap." + http://ftp.ca.debian.org/debian &>debootstrap.log || fail "Error performing debootstrap." sudo chroot artifacts/debootstrap/ apt clean &>/dev/null || fail "Error cleaning apt cache in debootstrap." fi sudo rsync -au artifacts/debootstrap/ ${tempdir}/rootfs/ &>/dev/null || fail "Error copying debootstrap to tempdir."