Update install.sh
This commit is contained in:
parent
47f9033ef6
commit
30dc64435f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ BASE=$(echo "$BASE" | sed -e 's/[^A-Za-z0-9._-]/_/g')
|
||||||
TMP="$STORAGE/${BASE%.*}.tmp"
|
TMP="$STORAGE/${BASE%.*}.tmp"
|
||||||
rm -f "$TMP"
|
rm -f "$TMP"
|
||||||
|
|
||||||
MSG="Downloading $BASE ..."
|
MSG="Downloading $BASE..."
|
||||||
info "$MSG" && html "$MSG"
|
info "$MSG" && html "$MSG"
|
||||||
|
|
||||||
/run/progress.sh "$TMP" "Downloading $BASE ([P])..." &
|
/run/progress.sh "$TMP" "Downloading $BASE ([P])..." &
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue