mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Quiet DNF
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
dc22a50dcc
commit
8ad52806de
@ -771,7 +771,7 @@ install_dependent_packages() {
|
|||||||
installArray+=("${i}")
|
installArray+=("${i}")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
${PKG_INSTALL} "${installArray[@]}"
|
${PKG_INSTALL} "${installArray[@]}" &> /dev/null
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user