diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-02-10 12:57:14 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-02-10 12:57:14 +0100 |
commit | 64c76cef868aee6404ed77c3470e70ab684834bb (patch) | |
tree | 18dc5aed0a8edaafa989ec9fc08ac5b886d92aee /installer/opengnsys_installer.sh | |
parent | 9bb483e596398c4370c122d030fe189aa1e1a0ff (diff) |
#946: Releasing tag OpenGnsys 1.1.1a.
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 6c7c89c3..c348aaf9 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.1a" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys" |