Specify which version to be downloaded in branch Issue: https://github.com/GameServerManagers/LinuxGSM/issues/2252
@@ -153,6 +153,8 @@ if [ "${branch}" == "stable" ]; then
downloadbranch="stable"
elif [ "${branch}" == "experimental" ]; then
downloadbranch="latest"
+else
+ downloadbranch="${branch}"
fi
if [ "${installer}" == "1" ]; then