diff options
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 4 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 3 |
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 |