summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2021-04-12 12:29:14 +0200
committerIrina Gómez <irinagomez@us.es>2021-04-12 12:29:14 +0200
commiteeade34c02d0868cedd2506ad936e2c37b8e8333 (patch)
treefdd281c58ab69516cce293fad851053fd553f62f
parent875c34e3d1e858b4cb197ee4eaae6ecfc9b4199b (diff)
Releasing OpenGnsys 1.2.0v1.2.0
-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 972ea71a..f4aa80dc 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -152,7 +152,7 @@ function globalSetup ()
else
REMOTE=1
fi
- BRANCH="master"
+ BRANCH="v1.2.0"
CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH"
API_URL="https://api.github.com/repos/opengnsys/OpenGnsys"