diff options
-rw-r--r-- | install/redhat/7.3/INSTALL | 2 | ||||
-rw-r--r-- | install/redhat/9/INSTALL | 2 |
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 |