Update Installer.sh
Added dns-utils to install list of Debian
This commit is contained in:
parent
13805f2594
commit
3b48ab6d42
@ -176,7 +176,7 @@ bash /tmp/pi-hole/automated\ install/basic-install.sh --unattended
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $dist == "Debian" ]]; then
|
if [[ $dist == "Debian" ]]; then
|
||||||
echo "git iproute2 dialog ca-certificates cron curl iputils-ping psmisc sudo unzip idn2 libcap2-bin dns-root-data libcap2 netcat-openbsd procps jq" >> /tmp/install.list
|
echo "git dns-utils iproute2 dialog ca-certificates cron curl iputils-ping psmisc sudo unzip idn2 libcap2-bin dns-root-data libcap2 netcat-openbsd procps jq" >> /tmp/install.list
|
||||||
if [[ $UNBOUND == "true" ]]; then
|
if [[ $UNBOUND == "true" ]]; then
|
||||||
echo "unbound" >> /tmp/install.list
|
echo "unbound" >> /tmp/install.list
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user