mirror of
https://github.com/RasppleII/a2cloud.git
synced 2025-01-22 00:31:01 +00:00
setup.txt: We don't yet have a current branch
This commit is contained in:
parent
1335c067b2
commit
62817abe28
@ -7,7 +7,7 @@ adtProVersion="2.0.1"
|
||||
# Ensure URL we'll use ends in a /
|
||||
case "$A2CLOUD_SCRIPT_URL" in
|
||||
*/) scriptURL="$A2CLOUD_SCRIPT_URL" ;;
|
||||
*) scriptURL="${A2CLOUD_SCRIPT_URL:-https://rawgit.com/RasppleII/a2cloud/current}/" ;;
|
||||
*) scriptURL="${A2CLOUD_SCRIPT_URL:-https://rawgit.com/RasppleII/a2cloud/master}/" ;;
|
||||
esac
|
||||
case "$A2CLOUD_BINARY_URL" in
|
||||
*/) binaryURL="$A2CLOUD_BINARY_URL" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user