debian: install build dependencies without confirming
This commit is contained in:
parent
b13f18ba8d
commit
0a00e7e5eb
|
@ -66,7 +66,7 @@ install_build_depends () {
|
||||||
else
|
else
|
||||||
err "Can't find apt-get or aptitude; are you running on debian?"
|
err "Can't find apt-get or aptitude; are you running on debian?"
|
||||||
fi
|
fi
|
||||||
$apt install $(list_build_depends)
|
$apt install -y $(list_build_depends)
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd="$1"
|
cmd="$1"
|
||||||
|
|
Loading…
Reference in New Issue