Update install.sh

This commit is contained in:
Kroese 2025-03-05 05:37:19 +01:00 committed by GitHub
parent b864833c6a
commit ec4d99eee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1009,7 +1009,6 @@ bootWindows() {
if [ -s "$STORAGE/windows.old" ] && [ -f "$STORAGE/windows.old" ]; then
[[ "${PLATFORM,,}" == "x64" ]] && MACHINE=$(<"$STORAGE/windows.old")
fi
return 0
fi
return 0