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

changes/41/1541/1
Joshua Colp 10 years ago committed by Gerrit Code Review
commit 17be8b9c20

@ -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
}

Loading…
Cancel
Save