diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index b8ca28c..ffb4c27 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -44,7 +44,7 @@ RPI_MODEL=${RPI_MODEL:=2} # Debian release RELEASE=${RELEASE:=buster} -if [ $RELEASE = bullseye] ; then +if [ $RELEASE = "bullseye" ] ; then RELEASE=testing fi