diff options
author | ramon <ramongomez@us.es> | 2017-06-12 09:51:20 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-06-12 09:51:20 +0000 |
commit | dced872edd7fb7c924650ef8655d9cdb60e34a1a (patch) | |
tree | 8f0c05d12023983ee6478028550c88ae84a80d0d /installer/opengnsys_update.sh | |
parent | d063c011e66dd5d653a2e02cb9de356e6f539186 (diff) |
#730 Instalador compatibile con CentOS 7; usar Ășltimos ogLive y actulizar tickets cerrados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5361 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 00f01047..fc09d496 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -910,8 +910,8 @@ function compileServices() # Actualizar cliente OpenGnsys function updateClient() { - #local FILENAME=ogLive-xenial-4.4.0-34-generic-r4999.iso # 1.1.0-rc4 - local FILENAME=ogLive-xenial-4.8.0-39-generic-amd64-r5225.iso # 1.1.0-rc5 + #local FILENAME=ogLive-precise-3.2.0-23-generic-r5159.iso # 1.1.0-rc6 (old) + local FILENAME=ogLive-xenial-4.8.0-39-generic-amd64-r5331.iso # 1.1.0-rc6 local SOURCEFILE=$DOWNLOADURL/$FILENAME local TARGETFILE=$(oglivecli config download-dir)/$FILENAME local SOURCELENGTH |