From 663a67a30ed0f8d66bdf5e73580d708601d6c987 Mon Sep 17 00:00:00 2001 From: CvH Date: Mon, 17 Sep 2018 19:30:11 +0200 Subject: [PATCH] scripts/get: wget uses bar indicators --- scripts/get_archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_archive b/scripts/get_archive index 2061ee4976..f73431eb4f 100755 --- a/scripts/get_archive +++ b/scripts/get_archive @@ -21,7 +21,7 @@ export BUILD_INDENT=$((${BUILD_INDENT:-1}+$BUILD_INDENT_SIZE)) PACKAGE_MIRROR="$DISTRO_MIRROR/$PKG_NAME/$PKG_SOURCE_NAME" [ "$VERBOSE" != "yes" ] && WGET_OPT=-q -WGET_CMD="wget --output-file=- --timeout=30 --tries=3 --passive-ftp --no-check-certificate -c $WGET_OPT -O $PACKAGE" +WGET_CMD="wget --output-file=- --timeout=30 --tries=3 --passive-ftp --no-check-certificate -c --progress=bar:force --show-progress -O $PACKAGE" # unset LD_LIBRARY_PATH to stop wget from using toolchain/lib and loading libssl.so/libcrypto.so instead of host libraries unset LD_LIBRARY_PATH