aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 13:46:17 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 13:46:17 -0500
commit1711f4725f3f01241dd5097fd9ecf72aaa5283b2 (patch)
treedf88133661568614a796634ff8265bc92a028b32
parent6d9b057d88dba4d2f7cd8cf0043cc5fad7f52478 (diff)
Add download message when downloading packages and patches.
-rwxr-xr-xlfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index 4e77095..a056eab 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -80,12 +80,13 @@ esac
# Copy scripts and csv files to LFS sources target
printf "%b" "${GRN}Copying required files to ${YLW}${LFS}/sources \
-${GRN}target directory.${RST}\n"
+${GRN}target directory...${RST}\n"
cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources"
cd "${LFS}/sources" || exit 1
# Download packages and patches
+printf "%b" "${GRN}Downloading source packages and patches... \n"
source download.sh
retval=$?
if [ "$retval" -ne 0 ]; then