mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
fix: Spaces
This commit is contained in:
parent
13d83e1aab
commit
5e80a14e15
1 changed files with 2 additions and 2 deletions
|
|
@ -476,11 +476,11 @@ downloadImage() {
|
|||
fi
|
||||
|
||||
if [[ "$EXTERNAL" != [Yy1]* ]]; then
|
||||
|
||||
|
||||
msg="Downloading $desc..."
|
||||
info "$msg" && html "$msg"
|
||||
/run/progress.sh "$iso.PART" "Downloading $desc ([P])..." &
|
||||
|
||||
|
||||
cd "$TMP"
|
||||
{ /run/mido.sh "$url"; rc=$?; } || :
|
||||
cd /run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue