Update install.sh

This commit is contained in:
Kroese 2025-03-05 05:36:36 +01:00 committed by GitHub
parent 3cf95f2a0e
commit bf20083082
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