mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-08 15:10:55 +00:00
Add unzip to the dependencies
unzip is required for the install script to complete. Some distros do not have it installed by default.
This commit is contained in:
parent
0b03264fb0
commit
316d26ede2
@ -293,8 +293,8 @@ $SUDO apt-get -qq update & spinner $!
|
||||
$SUDO echo "::: Upgrading apt-get packages"
|
||||
$SUDO apt-get -yqq upgrade & spinner $!
|
||||
$SUDO echo "::: ...done."
|
||||
$SUDO echo "::: installing dnsutils, bc, toilet, and figlet..."
|
||||
$SUDO apt-get -yqq install dnsutils bc toilet figlet & spinner $!
|
||||
$SUDO echo "::: installing dnsutils, bc, toilet, unzip, and figlet..."
|
||||
$SUDO apt-get -yqq install dnsutils bc toilet unzip figlet & spinner $!
|
||||
$SUDO echo "::: ...done."
|
||||
$SUDO echo "::: Installing dnsmasq..."
|
||||
$SUDO apt-get -yqq install dnsmasq & spinner $!
|
||||
|
Loading…
Reference in New Issue
Block a user