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