From 16f87ddc718bd806f30c0cd5b263140f06c9d853 2019-10-21 13:30:56 From: burnbabyburn <2515038+burnbabyburn@users.noreply.github.com> Date: 2019-10-21 13:30:56 Subject: [PATCH] Update rpi23-gen-image.sh --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 7e3ce18..93a05f1 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -473,7 +473,7 @@ if [ -n "$MISSING_PACKAGES" ] ; then [ "$confirm" != "y" ] && exit 1 # Make sure all missing required packages are installed - apt-get -qq -y install `echo "${MISSING_PACKAGES}" | sed "s/ //"` + apt-get -qq -y install "$(echo "${MISSING_PACKAGES}" | sed "s/ //")" fi # Check if ./bootstrap.d directory exists