mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Rebase onto development
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
8ad52806de
commit
f458780ba7
@ -761,10 +761,10 @@ install_dependent_packages() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Fedora
|
#Fedora/CentOS
|
||||||
for i in "${argArray1[@]}"; do
|
for i in "${argArray1[@]}"; do
|
||||||
echo -n "::: Checking for $i..."
|
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!"
|
echo " installed!"
|
||||||
else
|
else
|
||||||
echo " added to install list!"
|
echo " added to install list!"
|
||||||
|
Loading…
Reference in New Issue
Block a user