Migrate to raspberrypi.com

This commit is contained in:
Serge Schneider
2023-09-08 11:39:51 +01:00
parent 64b498b2dd
commit 188c155717
4 changed files with 6 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ if [ "$RELEASE" != "bookworm" ]; then
fi
if [ ! -d "${ROOTFS_DIR}" ] || [ "${USE_QCOW2}" = "1" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://raspbian.raspberrypi.com/raspbian/
fi