Bump debian stable version

master
Meliurwen 3 years ago
parent 0815a8096d
commit 174dca935f
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      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" IMG_URL="${MIRROR}/debian/dists/${DIST}/main/installer-${ARCH}/current/images/netboot/mini.iso"
else else
if [ "$IMAGE" == "netinst" ]; then 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 else
echo "An error occurred in selecting the proper image. Aborting..." echo "An error occurred in selecting the proper image. Aborting..."
exit 1 exit 1

Loading…
Cancel
Save