From 74bb88d1d45585d58c25fe89bee320c78a63b6ed Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sat, 4 Aug 2018 16:32:03 -0700 Subject: [PATCH] Add a note that this script needs bash In lieu of writing a set of installation instructions. :P --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 89c720b..8511d80 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,11 @@ a2cloudVersion="2.9.0" # Leave this quoted! +if test "x$BASH" = "x"; then + printf "This script requires bash. Please run\nit as ./install.sh from the source\ndirectory.\n" + exit 1 +fi + noPicoPkg= autoAnswerYes=