Add a note that this script needs bash

In lieu of writing a set of installation instructions.  :P
This commit is contained in:
T. Joseph Carter 2018-08-04 16:32:03 -07:00
parent 7ee6c4bad6
commit 74bb88d1d4
1 changed files with 5 additions and 0 deletions

View File

@ -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=