Update install.sh

This commit is contained in:
Kroese 2024-05-04 12:26:05 +02:00 committed by GitHub
parent f811e02877
commit 8382796985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -829,7 +829,7 @@ buildImage() {
error "Not enough free space in $STORAGE, have $space_gb GB available but need at least $size_gb GB." && return 1 error "Not enough free space in $STORAGE, have $space_gb GB available but need at least $size_gb GB." && return 1
fi fi
[ -z "$LABEL" ] && LABEL="${BASE%%.*}" [ -z "$LABEL" ] && LABEL="Windows"
if [[ "${BOOT_MODE,,}" != "windows_legacy" ]]; then if [[ "${BOOT_MODE,,}" != "windows_legacy" ]]; then