Skip to content
Snippets Groups Projects
Commit 7c5a6efb authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

Merge "install_prereq: Install aptitude non-interactively"

parents e5a53e50 0c02d0a4
Branches
Tags
No related merge requests found
...@@ -261,7 +261,7 @@ check_installed_zypper() { ...@@ -261,7 +261,7 @@ check_installed_zypper() {
handle_debian() { handle_debian() {
if ! [ -x "$(command -v aptitude)" ]; then if ! [ -x "$(command -v aptitude)" ]; then
apt-get install aptitude apt-get install -y aptitude
fi fi
extra_packs=`check_installed_debs $PACKAGES_DEBIAN` extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
$testcmd aptitude update $testcmd aptitude update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment