diff options
Diffstat (limited to 'update-indexhtml')
-rwxr-xr-x | update-indexhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-indexhtml b/update-indexhtml index db485a3..fa2cbae 100755 --- a/update-indexhtml +++ b/update-indexhtml @@ -35,7 +35,7 @@ fi ( if [ "$1" != nonetwork ] && /sbin/ip route | grep -q default; then - URL=http://www.mandrakelinux.com/dist/10.2 + URL=http://www.mandrakelinux.com/dist/2005LE if [ -r /etc/profile.d/proxy.sh ]; then . /etc/profile.d/proxy.sh fi |