diff options
author | ramon <ramongomez@us.es> | 2012-05-14 11:46:06 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-05-14 11:46:06 +0000 |
commit | 595f397c0772596cd10d8ad020b3c8c1e435eefe (patch) | |
tree | cd7f6a4b2f5ccac5ffacd171d2e6bc83e91452f6 /installer | |
parent | 075110650ca0c4397ff1f48c3ceb4a50f86f777b (diff) |
Versión 1.0.4, #529 #531: Incluir instalación y actualización del cliente ogLive 1.0.4-rc1.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3021 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 3 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 688b82cc..962a50db 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1215,7 +1215,8 @@ function copyClientFiles() function clientCreate() { local DOWNLOADURL="http://$OPENGNSYS_SERVER/downloads" - local FILENAME=ogLive-oneiric-3.0.0-14-generic-r2439.iso + #local FILENAME=ogLive-oneiric-3.0.0-14-generic-r2439.iso # 1.0.3-rc1 + local FILENAME=ogLive-precise-3.2.0-23-generic-pae-r3017.iso # 1.0.4-rc1 local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME local TMPDIR=/tmp/${FILENAME%.iso} diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index cbb6d79b..bbaaa6b5 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -605,11 +605,11 @@ function compileServices() ### Funciones instalacion cliente OpenGnSys #################################################################### -# Actualizar nuevo cliente para OpenGnSys 1.0 +# Actualizar cliente OpenGnSys function updateClient() { local DOWNLOADURL="http://$OPENGNSYS_SERVER/downloads" - local FILENAME=ogLive-oneiric-3.0.0-14-generic-r2439.iso + local FILENAME=ogLive-precise-3.2.0-23-generic-pae-r3017.iso # 1.0.4-rc1 local SOURCEFILE=$DOWNLOADURL/$FILENAME local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME local SOURCELENGTH |