summaryrefslogtreecommitdiff
path: root/scripts/scan-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r--scripts/scan-tools.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh
index 0837c9613..5dd19a645 100644
--- a/scripts/scan-tools.sh
+++ b/scripts/scan-tools.sh
@@ -137,12 +137,6 @@ if ! which bzip2 >/dev/null 2>&1; then
out=1
fi
-if ! which unzip >/dev/null 2>&1; then
- echo You must install unzip to continue.
- echo
- out=1
-fi
-
if ! which patch >/dev/null 2>&1; then
echo You must install patch to continue.
echo