summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-10-20 18:59:27 +0000
committerivan <ivan>2003-10-20 18:59:27 +0000
commite0d4180ce557645073c57f5d986542addc27a1b7 (patch)
tree39595160c528e5d03e446d2231278d127c78ce1a
parentd4db9f47e8895acc022d4d6d039dd7ddfdb6df43 (diff)
add passive flag to wget
-rw-r--r--install/redhat/7.3/INSTALL2
-rw-r--r--install/redhat/9/INSTALL2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/redhat/7.3/INSTALL b/install/redhat/7.3/INSTALL
index 4c07f88e8..8eff42bfc 100644
--- a/install/redhat/7.3/INSTALL
+++ b/install/redhat/7.3/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
-wget ftp://apt-rpm.tuxfamily.org/apt/redhat/7.3/en/i386/RPMS.extra/apt-*i386.rpm
+wget --passive-ftp ftp://apt-rpm.tuxfamily.org/apt/redhat/7.3/en/i386/RPMS.extra/apt-*i386.rpm
rpm -i apt*i386.rpm
cp sources.list /etc/apt/
apt-get update; apt-get update
diff --git a/install/redhat/9/INSTALL b/install/redhat/9/INSTALL
index 78c718dd7..b66086894 100644
--- a/install/redhat/9/INSTALL
+++ b/install/redhat/9/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
-wget ftp://apt-rpm.tuxfamily.org/apt/redhat/9/en/i386/RPMS.extra/apt-*i386.rpm
+wget --passive-ftp ftp://apt-rpm.tuxfamily.org/apt/redhat/9/en/i386/RPMS.extra/apt-*i386.rpm
rpm -i apt*i386.rpm
cp sources.list /etc/apt/
apt-get update; apt-get update