summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_update.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-06-05 13:57:36 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-06-05 13:57:36 +0200
commit66b04ffce19b08e3a9ab44b0947ad507bf89ce1b (patch)
treea9c6d6a7b910ac2fc90e3fd473ac2751bdb9db79 /installer/opengnsys_update.sh
parent94c6b3a7a2284703aec7a2d92f6f99f156e6cd7a (diff)
#914 Fix ogLive version to be installed.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-xinstaller/opengnsys_update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index d16b2697..83352ab9 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -995,8 +995,8 @@ function compileServices()
# Actualizar cliente OpenGnsys
function updateClient()
{
- #local FILENAME=ogLive-precise-3.2.0-23-generic-r5159.iso # 1.1.0-rc6 (old)
- local FILENAME=ogLive-xenial-4.13.0-17-generic-amd64-r5520.iso # 1.1.0-rc6
+ #local FILENAME=ogLive-precise-3.2.0-23-generic-r5159.iso # 1.1.0-rc6 (32-bit)
+ local FILENAME=ogLive-bionic-5.0.0-15-generic-amd64-r20190604.2adfccd.iso # 1.1.1-rc4
local SOURCEFILE=$DOWNLOADURL/$FILENAME
local TARGETFILE=$(oglivecli config download-dir)/$FILENAME
local SOURCELENGTH