mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
Dnsutils package missing for dig tool
This commit is contained in:
parent
7b49677d24
commit
06e89614e9
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ sudo apt-get update
|
|||
sudo apt-get -y upgrade
|
||||
|
||||
echo "Installing tools..."
|
||||
sudo apt-get -y install dnsutils
|
||||
sudo apt-get -y install bc
|
||||
sudo apt-get -y install toilet
|
||||
|
||||
|
|
Loading…
Reference in a new issue