提交 0a00e7e5 authored 作者: Travis Cross's avatar Travis Cross

debian: install build dependencies without confirming

上级 b13f18ba
...@@ -66,7 +66,7 @@ install_build_depends () { ...@@ -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"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论