fix rpm build

This commit is contained in:
Marc Wäckerlin
2018-07-05 16:11:10 +00:00
parent 99d8a1c375
commit 2efbf47a34
10 changed files with 224 additions and 166 deletions

View File

@@ -24,7 +24,7 @@ else
fi
function install() {
if ${SUDO} apt-get -y install $*; then
if ${SUDO} apt-get install -y --force-yes --no-install-suggests --no-install-recommends $*; then
return 0
else
return 1