mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
ef35eb5032
commit
62aa9dfb80
1 changed files with 5 additions and 3 deletions
|
|
@ -262,7 +262,7 @@ doMido() {
|
|||
rm -f "$iso"
|
||||
rm -f "$iso.PART"
|
||||
|
||||
local msg="Downloading $desc..."
|
||||
local msg="Downloading $desc from Microsoft server..."
|
||||
info "$msg" && html "$msg"
|
||||
/run/progress.sh "$iso.PART" "Downloading $desc ([P])..." &
|
||||
|
||||
|
|
@ -289,7 +289,7 @@ downloadFile() {
|
|||
local iso="$1"
|
||||
local url="$2"
|
||||
local desc="$3"
|
||||
local rc progress
|
||||
local rc progress domain
|
||||
|
||||
rm -f "$iso"
|
||||
|
||||
|
|
@ -300,7 +300,9 @@ downloadFile() {
|
|||
progress="--progress=dot:giga"
|
||||
fi
|
||||
|
||||
local msg="Downloading $desc..."
|
||||
domain=$(echo "$url" | awk -F/ '{print $3}')
|
||||
local msg="Downloading $desc from $domain..."
|
||||
|
||||
info "$msg" && html "$msg"
|
||||
/run/progress.sh "$iso" "Downloading $desc ([P])..." &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue