Update install.sh
This commit is contained in:
parent
3af5327c73
commit
4b90d409fe
@ -13,8 +13,7 @@ login=$5
|
|||||||
private_key=$6
|
private_key=$6
|
||||||
client_version=$7
|
client_version=$7
|
||||||
|
|
||||||
branch="main"
|
if [ "$#" -eq 8 ] && [ "$8" = "testnet" ]; then
|
||||||
if [ "$#" -eq 8 ] && [ "$mode" = "testnet" ]; then
|
|
||||||
branch="test"
|
branch="test"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user