mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 06:54:53 +00:00
Quiet DNF
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
fb5578c0d4
commit
9073f34b30
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ install_dependent_packages() {
|
|||
installArray+=("${i}")
|
||||
fi
|
||||
done
|
||||
${PKG_INSTALL} "${installArray[@]}"
|
||||
${PKG_INSTALL} "${installArray[@]}" &> /dev/null
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue