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 /installer/opengnsys_installer.sh | |
parent | 8cb279bc1cc8512570abcc16e26862f258b74c2c (diff) |
#914: Install/update the new ogLive release.
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 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 "==============================" |