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

This commit is contained in:
zuul
2016-03-17 17:31:13 -05:00
committed by Gerrit Code Review

View File

@@ -97,6 +97,7 @@ check_installed_pkgs() {
handle_debian() {
extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
$testcmd aptitude update
$testcmd aptitude install -y $extra_packs
}