diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:27:53 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:27:53 +0200 |
commit | 994e4133f431fc1bbfcd3f2f76f92a09ecda541d (patch) | |
tree | 1109d7f6c0172cdb48080c6e6a533e546a90bb36 /installer/opengnsys_installer.sh | |
parent | f3499a31f648f2fe535491930e34347f71759480 (diff) |
#959: Defining new development version.
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 87acf220..d9cf7a82 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -132,7 +132,7 @@ function globalSetup () else REMOTE=1 fi - BRANCH="opengnsys-1.1.1b" + BRANCH="master" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys" |