removing '--show-progress' from wget

This commit is contained in:
Richard Cooke
2024-10-25 20:07:11 +01:00
parent 0c0b4c038e
commit 21f39e4288

View File

@@ -149,7 +149,7 @@ installDepend() {
# check if the file is accessible
if wget -q --spider "$FONT_URL"; then
TEMP_DIR=$(mktemp -d)
wget -q --show-progress $FONT_URL -O "$TEMP_DIR"/"${FONT_NAME}".zip
wget -q $FONT_URL -O "$TEMP_DIR"/"${FONT_NAME}".zip
unzip "$TEMP_DIR"/"${FONT_NAME}".zip -d "$TEMP_DIR"
mkdir -p "$FONT_DIR"/"$FONT_NAME"
mv "${TEMP_DIR}"/*.ttf "$FONT_DIR"/"$FONT_NAME"