##// END OF EJS Templates
Fix installing more than one package
Michał Ciołek -
r594:06deb9b9369d
parent child
Show More
@@ -24,7 +24,7 chroot_exec apt-get -qq -y -u dist-upgrade
24 24
25 25 # Install additional packages
26 26 if [ "$APT_INCLUDES_LATE" ] ; then
27 chroot_exec apt-get -qq -y install "$(echo "$APT_INCLUDES_LATE" |tr , ' ')"
27 chroot_exec apt-get -qq -y install $(echo "$APT_INCLUDES_LATE" |tr , ' ')
28 28 fi
29 29
30 30 # Install Debian custom packages
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant