diff options
author | Irina Gómez <irinagomez@us.es> | 2021-04-12 12:29:14 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2021-04-12 12:29:14 +0200 |
commit | eeade34c02d0868cedd2506ad936e2c37b8e8333 (patch) | |
tree | fdd281c58ab69516cce293fad851053fd553f62f /installer/opengnsys_installer.sh | |
parent | 875c34e3d1e858b4cb197ee4eaae6ecfc9b4199b (diff) |
Releasing OpenGnsys 1.2.0v1.2.0
Diffstat (limited to 'installer/opengnsys_installer.sh')
-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 972ea71a..f4aa80dc 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -152,7 +152,7 @@ function globalSetup () else REMOTE=1 fi - BRANCH="master" + BRANCH="v1.2.0" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys" |