Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Mon Apr 16 13:03:41 2007 +0200 (19 months ago) | |
| changeset 110 | 377b35ad703d |
| manifest | 377b35ad703d |
| parent 109 | d4d0136347dc |
| child 111 | efb48b513e67 |
--- a/chroot-script Mon Apr 16 12:56:10 2007 +0200+++ b/chroot-script Mon Apr 16 13:03:41 2007 +0200@@ -16,10 +16,10 @@ set -e # exit on any error# use aptitude only if it's availableif [ -x /usr/bin/aptitude ] ; then- APTINSTALL='aptitude -y'+ APTINSTALL='aptitude -y install 'APTUPDATE='aptitude update'else- APTINSTALL='apt-get --force-yes -y'+ APTINSTALL='apt-get --force-yes -y install'APTUPDATE='apt-get update'fi