summaryrefslogtreecommitdiffstats
path: root/installer
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
parent94c6b3a7a2284703aec7a2d92f6f99f156e6cd7a (diff)
#914 Fix ogLive version to be installed.
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh2
-rwxr-xr-xinstaller/opengnsys_update.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 43d987e6..c50d4cee 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -52,7 +52,7 @@ function userData ()
DEFAULT_OPENGNSYS_DB_USER="usuog" # Usuario por defecto de acceso a la base de datos
DEFAULT_OPENGNSYS_DB_PASSWD="passusuog" # Clave por defecto de acceso a la base de datos
DEFAULT_OPENGNSYS_CLIENT_PASSWD="og" # Clave por defecto de acceso del cliente
- DEFAULT_OGLIVE="ogLive-bionic-5.0.0-15-generic-amd64-r20190515.97b8472.iso " # Cliente ogLive
+ DEFAULT_OGLIVE="ogLive-bionic-5.0.0-15-generic-amd64-r20190604.2adfccd.iso" # Cliente ogLive
echo -e "\\nOpenGnsys Installation"
echo "=============================="
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