summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_installer.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-02-10 12:57:14 +0100
committerRamón M. Gómez <ramongomez@us.es>2020-02-10 14:09:12 +0100
commit47e8be745d7c4690a1036693d39260bd6dfe6748 (patch)
treeecba425ad29233efe5534884d8cca7556ac41854 /installer/opengnsys_installer.sh
parent9d3b0794088428e867504fd175253d98d7b89386 (diff)
#946: Releasing tag OpenGnsys 1.1.1a (after fixing bug).opengnsys-1.1.1a
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 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"