diff --git a/install.sh b/install.sh index a530399..30c1d5a 100755 --- a/install.sh +++ b/install.sh @@ -15,9 +15,6 @@ if test "x$BASH" = "x"; then exit 1 fi -noPicoPkg= -autoAnswerYes= - # Find the path of our source directory a2cSource="$( dirname "${BASH_SOURCE[0]}" )" pushd $a2cSource >/dev/null @@ -28,6 +25,9 @@ if [[ ! -f "$a2cSource/.a2cloud_source" ]]; then exit 1 fi +noPicoPkg= +autoAnswerYes= + process_args() { while [[ $1 ]]; do if [[ $1 == "-c" ]]; then