Skip to content

Commit

Permalink
Added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
emojifreak authored Apr 1, 2021
1 parent b7944cc commit bf06215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-rpi-sd-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb http://deb.debian.org/debian/ buster-backports main contrib non-free
EOF
systemd-nspawn -q -D ${MNTROOT} -a apt-get -q -y update
elif [ "$MMSUITE" = buster ] then
elif [ "$MMSUITE" = bullseye ]; then
cat > ${MNTROOT}/etc/apt/sources.list <<EOF
deb http://deb.debian.org/debian bullseye main contrib non-free
deb http://security.debian.org/ bullseye-security main contrib non-free
Expand Down

0 comments on commit bf06215

Please sign in to comment.