Quiet DNF

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2016-12-22 00:44:10 -08:00
parent dc22a50dcc
commit 8ad52806de
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ install_dependent_packages() {
installArray+=("${i}")
fi
done
${PKG_INSTALL} "${installArray[@]}"
${PKG_INSTALL} "${installArray[@]}" &> /dev/null
return 0
}