diff options
-rwxr-xr-x | installer/opengnsys_import.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_import.sh b/installer/opengnsys_import.sh index bbe1617f..1af78213 100755 --- a/installer/opengnsys_import.sh +++ b/installer/opengnsys_import.sh @@ -35,7 +35,7 @@ MYSQLFILE="$TMPDIR/$CATALOG.sql" MYSQLBCK="$OPENGNSYS/doc/$CATALOG.sql-$DATE" LOG_FILE=$OPENGNSYS/log/${PROG%.sh}.log -BRANCH="branches/master" +BRANCH="tags/opengnsys-1.1.1a" SVN_URL="https://github.com/opengnsys/OpenGnsys/$BRANCH/admin/Database" DEFAULT_MYSQL_ROOT_PASSWORD="passwordroot" # Clave por defecto root de MySQL 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" |