Update install.sh

This commit is contained in:
Kroese 2024-05-03 04:59:24 +02:00 committed by GitHub
parent c3c80463c9
commit 2d00d92b9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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