##// END OF EJS Templates
Update rpi23-gen-image.sh
burnbabyburn -
r633:16f87ddc718b
parent child
Show More
@@ -473,7 +473,7 if [ -n "$MISSING_PACKAGES" ] ; then
473 473 [ "$confirm" != "y" ] && exit 1
474 474
475 475 # Make sure all missing required packages are installed
476 apt-get -qq -y install `echo "${MISSING_PACKAGES}" | sed "s/ //"`
476 apt-get -qq -y install "$(echo "${MISSING_PACKAGES}" | sed "s/ //")"
477 477 fi
478 478
479 479 # Check if ./bootstrap.d directory exists
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant