Update install.sh

This commit is contained in:
Kroese 2024-04-28 17:37:49 +02:00 committed by GitHub
parent d3df26cfbe
commit 602f1da965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,7 +269,7 @@ downloadImage() {
if [[ "$EXTERNAL" != [Yy1]* ]]; then
desc=$(printVersion "$VERSION" "Windows for ARM")
desc=$(printVersion "$VERSION" "Windows for ${PLATFORM}")
else
@ -324,7 +324,7 @@ extractESD() {
local dir="$2"
local size size_gb space space_gb desc
desc=$(printVersion "$VERSION" "Windows for ARM")
desc=$(printVersion "$VERSION" "Windows for ${PLATFORM}")
local msg="Extracting $desc bootdisk..."
info "$msg" && html "$msg"