Skip to content
Snippets Groups Projects
Commit 17be8b9c authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents 983cc5dd 88f3dbae
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,7 @@ handle_debian() { ...@@ -101,6 +101,7 @@ handle_debian() {
apt-get install aptitude apt-get install aptitude
fi fi
extra_packs=`check_installed_debs $PACKAGES_DEBIAN` extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
$testcmd aptitude update
$testcmd aptitude install -y $extra_packs $testcmd aptitude install -y $extra_packs
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment