diff options
author | adv <adv@uma.es> | 2011-06-29 16:31:29 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-06-29 16:31:29 +0000 |
commit | 35b6d4ae95a08654fb255ad06dbbacd9a9a9ab37 (patch) | |
tree | 1768aa9ff52eadf1e5c76f15276ce9e953b355be | |
parent | ea5fbb91a743548dbb5d673df220339b9bbb6718 (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-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 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 |