diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 99e7fe2..1046ab0 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -217,7 +217,7 @@ APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debi # Package apt-transport-https has been removed from Debian Buster release # this induces qemu error 383 which does not prevent building an image if [ "$RELEASE" = "buster" ] ; then - APT_INCLUDES="$(echo ${APT_INCLUDES} | sed "s/apt-transport-https,/l/")" + APT_INCLUDES="$(echo ${APT_INCLUDES} | sed "s/apt-transport-https,//")" fi # Packages required for bootstrapping