mirror of
https://github.com/RasppleII/a2cloud.git
synced 2025-01-06 00:32:53 +00:00
changed install tag from master to current
This commit is contained in:
parent
4a90902dc8
commit
5ad310b567
@ -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://raw.githubusercontent.com/RasppleII/a2cloud/master}/" ;;
|
||||
*) scriptURL="${A2CLOUD_SCRIPT_URL:-https://raw.githubusercontent.com/RasppleII/a2cloud/current}/" ;;
|
||||
esac
|
||||
case "$A2CLOUD_BINARY_URL" in
|
||||
*/) binaryURL="$A2CLOUD_BINARY_URL" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user