From 436f1be7bd27c3426d5eb47941262ce0a2a15da5 2019-10-22 20:01:51 From: burnbabyburn <2515038+burnbabyburn@users.noreply.github.com> Date: 2019-10-22 20:01:51 Subject: [PATCH] Update rpi23-gen-image.sh --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 95236f4..a8e335e 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -474,7 +474,7 @@ if [ -n "$MISSING_PACKAGES" ] ; then # Make sure all missing required packages are installed apt-get update - apt-get -qq -y install "$MISSING_PACKAGES" + apt-get -qq -y install `echo "${MISSING_PACKAGES}" | sed "s/ //"` fi # Check if ./bootstrap.d directory exists