summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstaller/opengnsys_installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index c2062e70..a1ce1dc5 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -34,7 +34,7 @@ if [ -d "$PROGRAMDIR/../installer" ]; then
else
USESVN=1
fi
-SVN_URL="http://$OPENGNSYS_SERVER/svn/trunk/"
+SVN_URL="http://$OPENGNSYS_SERVER/svn/tags/opengnsys-1.0.3/"
WORKDIR=/tmp/opengnsys_installer
mkdir -p $WORKDIR