diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-02-10 13:06:03 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-02-10 13:06:03 +0100 |
commit | a4620abb9a00d6b600d18feeb7e4cda40e37f380 (patch) | |
tree | 2b2e2bd728928788415a18cab26f1941b41fde28 /installer/opengnsys_installer.sh | |
parent | 64c76cef868aee6404ed77c3470e70ab684834bb (diff) |
#946: Reverting installation URL to `master` branch.
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 c348aaf9..6c7c89c3 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.1a" + BRANCH="master" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys" |