migrated to git, build tested for deb and rpm

This commit is contained in:
Marc Wäckerlin
2018-07-19 10:25:56 +02:00
parent efa751ae62
commit 744fbd541a
22 changed files with 475 additions and 420 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