mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Rebase onto development
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
8ad52806de
commit
f458780ba7
1 changed files with 2 additions and 2 deletions
|
@ -761,10 +761,10 @@ install_dependent_packages() {
|
|||
return 0
|
||||
fi
|
||||
|
||||
#Fedora
|
||||
#Fedora/CentOS
|
||||
for i in "${argArray1[@]}"; do
|
||||
echo -n "::: Checking for $i..."
|
||||
if dnf -q list installed "${i}" &> /dev/null; then
|
||||
if ${PKG_MANAGER} -q list installed "${i}" &> /dev/null; then
|
||||
echo " installed!"
|
||||
else
|
||||
echo " added to install list!"
|
||||
|
|
Loading…
Reference in a new issue