##// END OF EJS Templates
fix: install of missing packages
drtyhlpr -
r423:2b2abcfb1de9
parent child
Show More
@@ -380,7 +380,7 if [ -n "$MISSING_PACKAGES" ] ; then
380 380 [ "$confirm" != "y" ] && exit 1
381 381
382 382 # Make sure all missing required packages are installed
383 apt-get -qq -y install "${MISSING_PACKAGES}"
383 apt-get -qq -y install `echo "${MISSING_PACKAGES}" | sed "s/ //"`
384 384 fi
385 385
386 386 # Check if ./bootstrap.d directory exists
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant