mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update install.sh
This commit is contained in:
parent
48144c53e9
commit
6779ac0f36
1 changed files with 1 additions and 5 deletions
|
|
@ -342,11 +342,7 @@ downloadImage() {
|
||||||
error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1
|
error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${PLATFORM,,}" == "x64" ]]; then
|
desc=$(printVersion "$version" "")
|
||||||
desc=$(printVersion "$version" "Windows")
|
|
||||||
else
|
|
||||||
desc=$(printVersion "$version" "Windows for ${PLATFORM}")
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "${PLATFORM,,}" == "x64" ]]; then
|
if [[ "${PLATFORM,,}" == "x64" ]]; then
|
||||||
if isMido "$version"; then
|
if isMido "$version"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue