summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradv <adv@uma.es>2011-06-29 16:31:29 +0000
committeradv <adv@uma.es>2011-06-29 16:31:29 +0000
commit35b6d4ae95a08654fb255ad06dbbacd9a9a9ab37 (patch)
tree1768aa9ff52eadf1e5c76f15276ce9e953b355be
parentea5fbb91a743548dbb5d673df220339b9bbb6718 (diff)
version 1.0.2 nuevo cliente pxe beta01 #404
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2113 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-xinstaller/opengnsys_installer.sh2
-rwxr-xr-xinstaller/opengnsys_update.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index f5dec4c6..19e9b890 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1018,7 +1018,7 @@ function openGnsysCopyClientFiles()
function clientCreate()
{
local DOWNLOADURL="http://www.opengnsys.es/downloads"
- local FILENAME=ogclient-1.0.2-natty-32bit-beta00-rev2046.iso
+ local FILENAME=ogclient-1.0.2-natty-32bit-beta01-rev2111.iso
local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME
local TMPDIR=/tmp/${FILENAME%.iso}
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 21d9b7a5..fe7b75df 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -507,7 +507,7 @@ function compileServices()
function updateClient()
{
local DOWNLOADURL="http://www.opengnsys.es/downloads"
- local FILENAME=ogclient-1.0.2-natty-32bit-beta00-rev2046.iso
+ local FILENAME=ogclient-1.0.2-natty-32bit-beta01-rev2111.iso
local SOURCEFILE=$DOWNLOADURL/$FILENAME
local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME
local SOURCELENGTH