fix rpm build

This commit is contained in:
Marc Wäckerlin
2018-07-05 13:48:04 +00:00
parent 15204811b7
commit 59201fd920
9 changed files with 1254 additions and 89 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