From 02787c1627111a69e7f85dd768272a0beb33f856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irina=20G=C3=B3mez?= Date: Thu, 20 Jan 2022 10:40:30 +0100 Subject: [PATCH] #1066: Update ogLive and ogAgent version. --- doc/VERSION.json | 8 ++++---- installer/opengnsys_installer.sh | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/VERSION.json b/doc/VERSION.json index 70998abf..9672590e 100644 --- a/doc/VERSION.json +++ b/doc/VERSION.json @@ -1,8 +1,8 @@ { "project": "OpenGnsys", - "version": "1.2.0", - "codename": "", - "definition": "", + "version": "1.1.1dpre", + "codename": "Espeto", + "definition": "http://www.andalucia.com/gastronomy/espeto.htm", "release": "", - "ogagent": "1.1.1b" + "ogagent": "1.1.2" } diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 00034a6a..c88686e1 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-focal-5.11.0-22-generic-amd64-r20210413.992ebb9.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.11, 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): " @@ -132,7 +132,7 @@ function globalSetup () else REMOTE=1 fi - BRANCH="opengnsys-1.1.1c" + BRANCH="opengnsys-1.1.1dpre" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys"