Skip to content

Commit bf06215

Browse files
authored
Added semicolon
1 parent b7944cc commit bf06215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian-rpi-sd-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ deb http://deb.debian.org/debian/ buster-updates main contrib non-free
377377
deb http://deb.debian.org/debian/ buster-backports main contrib non-free
378378
EOF
379379
systemd-nspawn -q -D ${MNTROOT} -a apt-get -q -y update
380-
elif [ "$MMSUITE" = buster ] then
380+
elif [ "$MMSUITE" = bullseye ]; then
381381
cat > ${MNTROOT}/etc/apt/sources.list <<EOF
382382
deb http://deb.debian.org/debian bullseye main contrib non-free
383383
deb http://security.debian.org/ bullseye-security main contrib non-free

0 commit comments

Comments
 (0)