mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 23:23:42 +00:00
Add unzip to installDependencies()
Add unzip to installDependencies() in case some systems are missing it.
This commit is contained in:
parent
e5c682069b
commit
d1452b6da7
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ $SUDO service lighttpd stop || true
|
|||
installDependencies(){
|
||||
$SUDO apt-get update
|
||||
$SUDO apt-get -y upgrade
|
||||
$SUDO apt-get -y install dnsutils bc toilet figlet
|
||||
$SUDO apt-get -y install dnsutils bc toilet figlet unzip
|
||||
$SUDO apt-get -y install dnsmasq
|
||||
$SUDO apt-get -y install lighttpd php5-common php5-cgi php5
|
||||
$SUDO apt-get -y install git
|
||||
|
|
Loading…
Reference in a new issue