Merge "install_prereq: Update repositories before install on Debian systems"

This commit is contained in:
Joshua Colp
2015-10-26 13:51:28 -05:00
committed by Gerrit Code Review

View File

@@ -101,6 +101,7 @@ handle_debian() {
apt-get install aptitude
fi
extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
$testcmd aptitude update
$testcmd aptitude install -y $extra_packs
}