From d508a71d069357c37f9505ebb6707d3a24c6889b Mon Sep 17 00:00:00 2001 From: meliurwen Date: Sat, 6 Nov 2021 11:22:08 +0100 Subject: [PATCH] Version bump --- regeniso-sid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regeniso-sid.sh b/regeniso-sid.sh index 244d537..b7fd369 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-11.0.0-${ARCH}-${IMAGE}.iso" + IMG_URL="${MIRROR}/debian-cd/current/${ARCH}/iso-cd/debian-11.1.0-${ARCH}-${IMAGE}.iso" else echo "An error occurred in selecting the proper image. Aborting..." exit 1