X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;h=063cae487aeae7a847870612430f5706672813c2;hp=d19c4e28ae74ccece0d6864abc9ec650fdaf5997;hb=51fbcc7c7595303dd703d13d18ccab018ec617bf;hpb=96dd50bc39ed1093afa12ed48b327f9773243b12;ds=sidebyside diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index d19c4e2..063cae4 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -74,6 +74,7 @@ $ROOTCMD apt-key add /etc/apt/grml.key if ! $ROOTCMD test -x /usr/bin/aptitude ; then echo "aptitude binary is not available, installing to make sure further FAI actions continue to work" + $ROOTCMD apt-get update $ROOTCMD apt-get -y install aptitude fi