git-svn-id: https://opengnsys.es/svn/branches/version1.0@2261 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
ad828d4d21
commit
f0401ddffb
|
@ -533,7 +533,7 @@ fi
|
|||
#@exception OG_ERR_FORMAT Formato incorrecto.
|
||||
#@version 0.9
|
||||
#@author:
|
||||
@date 2010/05/24
|
||||
#@date 2010/05/24
|
||||
#*/ ##
|
||||
ogYesNo()
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2
|
||||
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
|
||||
|
||||
apt-get -y --force-yes install subversion
|
||||
export SVNURL="http://opengnsys.es/svn/branches/version1.0/client/"
|
||||
VERSIONSVN=$(LANG=C svn info $SVNURL | awk '/Revision:/ {print "r"$2}')
|
||||
|
||||
|
|
Loading…
Reference in New Issue