fix broken links

This commit is contained in:
2020-05-31 01:17:51 -04:00
parent 823d481f6d
commit 2f2aacd921
2 changed files with 10 additions and 9 deletions

View File

@@ -1,11 +1,12 @@
#!/bin/bash
#-----------------------------------------------------------------------------
# Title: setup.sh
# Date: 2019-02-15
# Version: 1.1
# Author: baho-utot@columbus.rr.com
# Date: 2020-05-30
# Version: 1.2
# Author: chris@cromer.cl
# Options:
#-----------------------------------------------------------------------------
# Copyright 2020 Chris Cromer
# Copyright 2019 Baho Utot
#-----------------------------------------------------------------------------
# This program is free software: you can redistribute it and/or modify
@@ -121,9 +122,9 @@ function _chapter_3 {
while IFS= read -r i; do
list+="${i} "
done < "${TOPDIR}/BOOK/wget-list"
list+="http://rpm5.org/files/popt/popt-1.16.tar.gz "
list+="ftp://anduin.linuxfromscratch.org/BLFS/popt/popt-1.16.tar.gz "
list+="http://ftp.rpm.org/releases/rpm-4.14.x/rpm-4.14.2.1.tar.bz2 "
list+="http://download.oracle.com/berkeley-db/db-6.0.20.tar.gz "
list+="https://ftp.osuosl.org/pub/blfs/conglomeration/db/db-6.0.20.tar.gz "
list+="https://ftp.gnu.org/gnu/cpio/cpio-2.12.tar.bz2 "
list+="https://ftp.gnu.org/gnu/wget/wget-1.20.1.tar.gz "
for i in ${list}; do