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:
Chad Howell 2016-01-23 16:29:52 -05:00
parent 0b03264fb0
commit 316d26ede2

View file

@ -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 $!