Merge "install_prereq: Install aptitude non-interactively"

This commit is contained in:
Friendly Automation 2020-02-06 08:02:37 -06:00 committed by Gerrit Code Review
commit 7c5a6efb44

View file

@ -261,7 +261,7 @@ check_installed_zypper() {
handle_debian() {
if ! [ -x "$(command -v aptitude)" ]; then
apt-get install aptitude
apt-get install -y aptitude
fi
extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
$testcmd aptitude update