summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_installer.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-02-10 13:06:03 +0100
committerRamón M. Gómez <ramongomez@us.es>2020-02-10 14:12:38 +0100
commit180ac3c8d6597f4ae08637db24363053cc7e3659 (patch)
tree130a3cd9214ee30d0289feb4d675eb2b622ecd14 /installer/opengnsys_installer.sh
parent47e8be745d7c4690a1036693d39260bd6dfe6748 (diff)
#946: Reverting installation URL to `master` branch.
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-xinstaller/opengnsys_installer.sh2
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"