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 b7944cc commit bf06215Copy full SHA for bf06215
debian-rpi-sd-builder.sh
@@ -377,7 +377,7 @@ deb http://deb.debian.org/debian/ buster-updates main contrib non-free
377
deb http://deb.debian.org/debian/ buster-backports main contrib non-free
378
EOF
379
systemd-nspawn -q -D ${MNTROOT} -a apt-get -q -y update
380
-elif [ "$MMSUITE" = buster ] then
+elif [ "$MMSUITE" = bullseye ]; then
381
cat > ${MNTROOT}/etc/apt/sources.list <<EOF
382
deb http://deb.debian.org/debian bullseye main contrib non-free
383
deb http://security.debian.org/ bullseye-security main contrib non-free
0 commit comments