summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2020-12-17 10:49:00 +0100
committerIrina Gómez <irinagomez@us.es>2020-12-17 10:49:00 +0100
commit0595bdf1f433073ed24d39eb3d20a059c60f5922 (patch)
tree5dcfb329337f8cd82afa4c901cb7663436ed757d /installer
parent5a960d8c8b9c8fb6240b76550252de9775ae6025 (diff)
#997 Installer and updater download the latest versions of OGAgent and ogLive.
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh4
-rwxr-xr-xinstaller/opengnsys_update.sh3
2 files changed, 3 insertions, 4 deletions
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