diff options
author | Florent Villard <warly@mandriva.com> | 2005-04-11 08:57:11 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-04-11 08:57:11 +0000 |
commit | 97b10f4c6f0a73af03441aa5a8434a6a58245e69 (patch) | |
tree | daf1add3e7bad16dd811b9d18048a3512654fa47 /update-indexhtml | |
parent | 78b17fab863db45bb130e15dd6d81e5d568b627a (diff) | |
download | indexhtml-97b10f4c6f0a73af03441aa5a8434a6a58245e69.tar indexhtml-97b10f4c6f0a73af03441aa5a8434a6a58245e69.tar.gz indexhtml-97b10f4c6f0a73af03441aa5a8434a6a58245e69.tar.bz2 indexhtml-97b10f4c6f0a73af03441aa5a8434a6a58245e69.tar.xz indexhtml-97b10f4c6f0a73af03441aa5a8434a6a58245e69.zip |
revert to the previous ifup download method
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 |