readme updated

This commit is contained in:
Marc Wäckerlin
2018-11-04 17:57:48 +01:00
parent 835d3f4709
commit c760e5f5cb
10 changed files with 242 additions and 144 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