]> git.ipfire.org Git - thirdparty/asterisk.git/commit
install_prereq: Install aptitude non-interactively
authorSylvain Afchain <safchain@gmail.com>
Wed, 5 Feb 2020 08:26:58 +0000 (09:26 +0100)
committerSean Bright <sean.bright@gmail.com>
Wed, 5 Feb 2020 12:20:07 +0000 (06:20 -0600)
commit0c02d0a4500cbd4f657c26eb609928c110ebccb9
tree96eb48357ec19fec97d4c97d7a7a3fa4e5b097e3
parent9688381f05140b8682fd2b7947c71ff1fb7ef9c3
install_prereq: Install aptitude non-interactively

Currently aptitude is installed using interactive mode. This patch
changes this to use the non-interactive mode as it can block
automatic dependencies installation, ex: CI, Docker build.

ASTERISK-28726 #close

Change-Id: I271ee00d230513a6f044810351a32d83b2181133
contrib/scripts/install_prereq