From 27dc9030e0de0c6622ae3f2cde189988d4a8464a Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Mon, 7 Nov 2022 11:33:52 -0500 Subject: Bugfixes --- README.md | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4b1f2e..c665a63 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Many of the changes here came as a result of this repository being included as a ## Caveat Emptor -Through exhaustive testing and re-testing, we have determined that this will install approximately XX Gigabytes of data onto your Kali machine. It is advised that you have at least YY Gigabytes free before running this installer! +Through exhaustive testing and re-testing, we have determined that this will install approximately 13 Gigabytes of data onto your Kali machine. It is advised that you have at least 15 Gigabytes free before running this installer! Despite all of our efforts, no one has been able to get this script to work on Apple's M1 architecture. This is for AMD64 only. Sorry! diff --git a/setup.sh b/setup.sh index 5a42b91..2148bd8 100644 --- a/setup.sh +++ b/setup.sh @@ -5,7 +5,7 @@ set -eu # Are we running in bash? # Single bracket to be posix compliant in case we run in sh or something -if [ ! -z ${BASH} ]; then +if [ -z ${BASH} ]; then echo "This script must be run from the Bash shell!" exit 1 fi -- cgit v1.2.3