diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-06-07 11:49:22 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-06-07 11:49:22 +0200 |
commit | 30f8b1dad3c6cb466b12ef8d02b2bb8549e2df87 (patch) | |
tree | 11270114cd68191edb5cc2b8b7e0227e46ed5757 | |
parent | 8cb279bc1cc8512570abcc16e26862f258b74c2c (diff) |
#914: Install/update the new ogLive release.
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index a5b5cb58..66cf0ad8 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-r20190604.2adfccd.iso" # Cliente ogLive + DEFAULT_OGLIVE="ogLive-bionic-5.0.0-15-generic-amd64-r20190605.527cd97.iso" # Cliente ogLive echo -e "\\nOpenGnsys Installation" echo "==============================" diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 5c426e2d..1e58bfe6 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -1000,7 +1000,7 @@ function compileServices() 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-15-generic-amd64-r20190604.2adfccd.iso # 1.1.1-rc4 + local FILENAME=ogLive-bionic-5.0.0-15-generic-amd64-r20190605.527cd97.iso # 1.1.1-rc4 local SOURCEFILE=$DOWNLOADURL/$FILENAME local TARGETFILE=$(oglivecli config download-dir)/$FILENAME local SOURCELENGTH |