mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
Merge "install_prereq: Update repositories before install on Debian systems" into 13
This commit is contained in:
@@ -97,6 +97,7 @@ check_installed_pkgs() {
|
|||||||
|
|
||||||
handle_debian() {
|
handle_debian() {
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user