aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 11:36:26 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-24 11:36:26 -0500
commit083c06ea231f56982a64fc81f445464119968411 (patch)
treeba67985fa0c2065a3a261e6ab884493cd472f1f1
parent5ac98c46ca6b78745bb3a9dd59d60f83f776feda (diff)
Adjust indention again.
-rw-r--r--download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download.sh b/download.sh
index 3726b84..d816394 100644
--- a/download.sh
+++ b/download.sh
@@ -25,7 +25,7 @@ cat packages.csv patches.csv | while read -r line; do
printf "%b" "${PRP}Downloading ${YLW}${CACHEFILE}${RST}... "
#wget -nc ${URL} -O ${LFS}/sources/${CACHEFILE} --progress=dot -q --show-progress 2>&1 | awk 'NF>2 && $(NF-2) ~ /%/{printf "\r \t\t\t\t\t\t%s",$(NF-2)} END{print "\r "}'
- download "${URL}"
+ download "${URL}"
if ! echo "${MD5SUM} ${LFS}/sources/${CACHEFILE}" | md5sum -c > /dev/null 2>&1; then
rm -f "${LFS}/sources/${CACHEFILE}"
printf "%b" "\n${GRN}Verification of ${YLW}${CACHEFILE} ${RED}failed! MD5 mismatch!${RST}\n"