Merge pull request #234 from ChadBHowell/CBH---Dependencies

Add unzip to the dependencies
This commit is contained in:
PromoFaux 2016-01-24 00:13:49 +00:00
commit 3b4bb48a0f

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