diff options
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 2f5bdcd1..73f41e26 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=http://www.opengnsys.es/svn/trunk + SVN_URL="http://www.opengnsys.es/svn/tags/opengnsys-0.10" DEPS="$DEPS subversion" fi |