From 0595bdf1f433073ed24d39eb3d20a059c60f5922 Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Thu, 17 Dec 2020 10:49:00 +0100 Subject: #997 Installer and updater download the latest versions of OGAgent and ogLive. --- doc/VERSION.json | 2 +- installer/opengnsys_installer.sh | 4 ++-- installer/opengnsys_update.sh | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/VERSION.json b/doc/VERSION.json index 70998abf..e0003837 100644 --- a/doc/VERSION.json +++ b/doc/VERSION.json @@ -4,5 +4,5 @@ "codename": "", "definition": "", "release": "", - "ogagent": "1.1.1b" + "ogagent": "1.1.2" } diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index dd17837d..75cfbdbe 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-27-generic-amd64-r20190830.7208cc9.iso" # Cliente ogLive + DEFAULT_OGLIVE="ogLive-bionic-5.4.0-40-generic-amd64-r20200629.85eceaf.iso " # Cliente ogLive echo -e "\\nOpenGnsys Installation" echo "==============================" @@ -99,7 +99,7 @@ function userData () # Selección de clientes ogLive para descargar. while : ; do echo -e "\\n\\nChoose ogLive client to install." - echo -e "1) Kernel 5.0, 64-bit, EFI-compatible" + echo -e "1) Kernel 5.4, 64-bit, EFI-compatible" echo -e "2) Kernel 3.2, 32-bit" echo -e "3) Both" echo -n -e "Please, type a valid number (1): " 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 -- cgit v1.2.3-18-g5258