mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Show custom names
This commit is contained in:
parent
2016dc8422
commit
289dfdb6c0
1 changed files with 7 additions and 0 deletions
|
|
@ -276,6 +276,13 @@ downloadImage() {
|
|||
desc=$(printVersion "$VERSION")
|
||||
[ -z "$desc" ] && desc="Windows"
|
||||
|
||||
else
|
||||
|
||||
[[ "${desc}" == "tiny10_"* ]] && desc="Tiny 10"
|
||||
[[ "${desc}" == "tiny11_"* ]] && desc="Tiny 11"
|
||||
[[ "${desc}" == "tiny11_core"* ]] && desc="Tiny 11 Core"
|
||||
[[ "${desc}" == *"windows_7_"* ]] && desc="Windows 7"
|
||||
|
||||
fi
|
||||
|
||||
local msg="Downloading $desc..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue