From 4585f1e73a919832d6431f5333821dae6f0e411d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 22 Sep 2016 16:06:26 +0200 Subject: [PATCH] hooks/instsoft.GRMLBASE: ensure aptitude is available before invoking it --- etc/grml/fai/config/hooks/instsoft.GRMLBASE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index 0d6cae5..f5c22d8 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -59,14 +59,14 @@ EOF # install software. $ROOTCMD apt-get update - # newer aptitude versions won't remove essential packages using - # 'aptitude -f -y install file-rc' anymore, therefore force it: - $ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc - if ! $ROOTCMD test -x /usr/bin/aptitude ; then $ROOTCMD apt-get -y install aptitude fi + # newer aptitude versions won't remove essential packages using + # 'aptitude -f -y install file-rc' anymore, therefore force it: + $ROOTCMD aptitude -o Aptitude::ProblemResolver::Keep-All-Tier=60000 -f -y install file-rc + # make sure we can upgrade automatically, # even with unsigned repos, but only if user wants it if [ "${FAI_ALLOW_UNSIGNED:-}" = "1" ] ; then -- 2.1.4