Merge "install_prereq: Install aptitude non-interactively" into 16

This commit is contained in:
Friendly Automation
2020-02-06 07:22:36 -06:00
committed by Gerrit Code Review

View File

@@ -263,7 +263,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