We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27035b commit d0bfc09Copy full SHA for d0bfc09
build-debian-amd64.sh
@@ -62,7 +62,7 @@ else
62
fi
63
64
# Check if ISO file already exists
65
-DEBIAN_VERSION="12.10.0"
+DEBIAN_VERSION="12.11.0"
66
ISO_FILENAME="debian-$DEBIAN_VERSION-amd64-netinst.iso"
67
ISO_URL="https://mirrors.ocf.berkeley.edu/debian-cd/$DEBIAN_VERSION/amd64/iso-cd/$ISO_FILENAME"
68
if [ ! -f "build/$ISO_FILENAME" ]; then
build-debian-arm64.sh
@@ -63,7 +63,7 @@ else
ISO_FILENAME="debian-$DEBIAN_VERSION-arm64-netinst.iso"
ISO_URL="https://mirrors.ocf.berkeley.edu/debian-cd/$DEBIAN_VERSION/arm64/iso-cd/$ISO_FILENAME"
69
0 commit comments