diff options
author | ramon <ramongomez@us.es> | 2015-01-09 08:57:56 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2015-01-09 08:57:56 +0000 |
commit | 19acd9ba2fe9f66dd37fc25aa667b062ac5d6a18 (patch) | |
tree | 20471ee12d8a9c5d1d32d3ba67313277cee17f97 /installer | |
parent | 33ff456810f1e2cf7f0d84dcc11746f4536b2d38 (diff) |
#603: Incluir URL de descarga para el nuevo ogLive (por el momento está comentada).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4465 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-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 07faadaf..7b13ae67 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1454,7 +1454,7 @@ function clientCreate() { local DOWNLOADURL="http://$OPENGNSYS_SERVER/downloads" local FILENAME=ogLive-precise-3.2.0-23-generic-r3257.iso # 1.0.4-rc2 - #local FILENAME=ogLive-raring-3.8.0-22-generic-r3836.iso # 1.0.5-rc3 + #local FILENAME=ogLive-precise-3.11.0-26-generic-r4413.iso # 1.0.6-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 8c28a2f9..cb27c0c3 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -758,7 +758,7 @@ function updateClient() { local DOWNLOADURL="http://$OPENGNSYS_SERVER/downloads" local FILENAME=ogLive-precise-3.2.0-23-generic-r3257.iso # 1.0.4-rc2 - #local FILENAME=ogLive-raring-3.8.0-22-generic-r3836.iso # 1.0.5-rc3 + #local FILENAME=ogLive-precise-3.11.0-26-generic-r4413.iso # 1.0.6-rc1 local SOURCEFILE=$DOWNLOADURL/$FILENAME local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME local SOURCELENGTH |