Update install.sh

This commit is contained in:
xnico31 2025-01-10 11:57:33 +01:00
parent 3af5327c73
commit 4b90d409fe

View File

@ -13,8 +13,7 @@ login=$5
private_key=$6
client_version=$7
branch="main"
if [ "$#" -eq 8 ] && [ "$mode" = "testnet" ]; then
if [ "$#" -eq 8 ] && [ "$8" = "testnet" ]; then
branch="test"
fi