diff options
author | ramon <ramongomez@us.es> | 2010-09-14 09:33:53 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2010-09-14 09:33:53 +0000 |
commit | f985315129d5d98dda5ea0fbd9b6435c7e166f83 (patch) | |
tree | 6bebdab254d0cf9100789f10e5b101e07c65d0d0 /installer/opengnsys_update.sh | |
parent | 985bef0e312ead703c7ef37a24ce9360ba4e9bbf (diff) |
URLs del nuevo portal.
git-svn-id: https://opengnsys.es/svn/trunk@1193 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 8f82fb9f..49309380 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -23,7 +23,7 @@ if [ -d "$PROGRAMDIR/../installer" ]; then USESVN=0 else USESVN=1 - SVN_URL=svn://www.informatica.us.es:3690/opengnsys/trunk + SVN_URL=http://www.opengnsys.es/svn/trunk DEPS="$DEPS subversion" fi |