diff --git a/regeniso-sid.sh b/regeniso-sid.sh index 79af915..244d537 100755 --- a/regeniso-sid.sh +++ b/regeniso-sid.sh @@ -97,7 +97,7 @@ if [ "$IMAGE" == "netinst-mini" ]; then IMG_URL="${MIRROR}/debian/dists/${DIST}/main/installer-${ARCH}/current/images/netboot/mini.iso" else if [ "$IMAGE" == "netinst" ]; then - IMG_URL="${MIRROR}/debian-cd/current/${ARCH}/iso-cd/debian-10.10.0-${ARCH}-${IMAGE}.iso" + IMG_URL="${MIRROR}/debian-cd/current/${ARCH}/iso-cd/debian-11.0.0-${ARCH}-${IMAGE}.iso" else echo "An error occurred in selecting the proper image. Aborting..." exit 1