mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Merge "install_prereq: Install aptitude non-interactively" into 16
This commit is contained in:
@@ -263,7 +263,7 @@ check_installed_zypper() {
|
|||||||
|
|
||||||
handle_debian() {
|
handle_debian() {
|
||||||
if ! [ -x "$(command -v aptitude)" ]; then
|
if ! [ -x "$(command -v aptitude)" ]; then
|
||||||
apt-get install aptitude
|
apt-get install -y aptitude
|
||||||
fi
|
fi
|
||||||
extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
|
extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
|
||||||
$testcmd aptitude update
|
$testcmd aptitude update
|
||||||
|
|||||||
Reference in New Issue
Block a user