1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-09 15:40:54 +00:00

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 fb5578c0d4
commit 9073f34b30
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

View File

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