Don’t need unzip anymore

This commit is contained in:
Tony Grosinger 2014-01-16 13:18:56 -08:00
parent f63e3ac843
commit a941d312d1

View File

@ -128,8 +128,8 @@ else
fi
else
# Git is not installed, download the zip and extract
if ! which wget || ! which unzip; then
echo "You must have either git or wget and unzip installed. Please install one before continuing."
if ! which wget; then
echo "You must have either git or wget installed. Please install one before continuing."
exit 1
fi