mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +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
|
fi
|
||||||
|
|
||||||
if [[ "$EXTERNAL" != [Yy1]* ]]; then
|
if [[ "$EXTERNAL" != [Yy1]* ]]; then
|
||||||
|
|
||||||
msg="Downloading $desc..."
|
msg="Downloading $desc..."
|
||||||
info "$msg" && html "$msg"
|
info "$msg" && html "$msg"
|
||||||
/run/progress.sh "$iso.PART" "Downloading $desc ([P])..." &
|
/run/progress.sh "$iso.PART" "Downloading $desc ([P])..." &
|
||||||
|
|
||||||
cd "$TMP"
|
cd "$TMP"
|
||||||
{ /run/mido.sh "$url"; rc=$?; } || :
|
{ /run/mido.sh "$url"; rc=$?; } || :
|
||||||
cd /run
|
cd /run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue