diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:20:43 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:20:43 +0200 |
commit | f3499a31f648f2fe535491930e34347f71759480 (patch) | |
tree | 03e437e394f42653bce853ef6b95d249883d3294 | |
parent | e25b1e912f85cdff95be22c54fcd6961df383ee6 (diff) |
#959: Releasing OpenGnsys 1.1.1b.opengnsys-1.1.1b
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index d9cf7a82..87acf220 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -132,7 +132,7 @@ function globalSetup () else REMOTE=1 fi - BRANCH="master" + BRANCH="opengnsys-1.1.1b" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys" |