diff options
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index d7ee7d37..2db903ae 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -1154,8 +1154,7 @@ function ogServerCompilation() # Actualizar cliente OpenGnsys function updateClient() { - #local FILENAME=ogLive-precise-3.2.0-23-generic-r5159.iso # 1.1.0-rc6 (32-bit) - local FILENAME=ogLive-bionic-5.0.0-27-generic-amd64-r20190830.7208cc9.iso # 1.1.1-rc5 + local FILENAME=ogLive-bionic-5.4.0-40-generic-amd64-r20200629.85eceaf.iso # 1.2 (64 bits) local SOURCEFILE=$DOWNLOADURL/$FILENAME local TARGETFILE=$(oglivecli config download-dir)/$FILENAME local SOURCELENGTH |