mirror of
https://github.com/RasppleII/a2cloud.git
synced 2025-01-02 21:29:37 +00:00
Add a note that this script needs bash
In lieu of writing a set of installation instructions. :P
This commit is contained in:
parent
7ee6c4bad6
commit
74bb88d1d4
@ -10,6 +10,11 @@
|
|||||||
|
|
||||||
a2cloudVersion="2.9.0" # Leave this quoted!
|
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=
|
noPicoPkg=
|
||||||
autoAnswerYes=
|
autoAnswerYes=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user