summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_installer.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-11-29 13:13:00 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-11-29 13:13:00 +0100
commit153055fbbf255ced95fd99cae35a2da5fa8000cc (patch)
treeb9cff96d393a394c4216318f904a5c022bc48c10 /installer/opengnsys_installer.sh
parent869f42581d6b6544dfb8bfef65b6e058f2c90b8f (diff)
#914: Releasing OpenGnsys 1.1.1 (Espeto).
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 39ca5e91..ec8168f9 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.1"
CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH"
API_URL="https://api.github.com/repos/opengnsys/OpenGnsys/branches/$BRANCH"