mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
debian: install build dependencies without confirming
This commit is contained in:
parent
b13f18ba8d
commit
0a00e7e5eb
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -66,7 +66,7 @@ install_build_depends () {
|
||||
else
|
||||
err "Can't find apt-get or aptitude; are you running on debian?"
|
||||
fi
|
||||
$apt install $(list_build_depends)
|
||||
$apt install -y $(list_build_depends)
|
||||
}
|
||||
|
||||
cmd="$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user