Update install.sh

This commit is contained in:
Kroese 2024-05-10 17:23:04 +02:00 committed by GitHub
parent f3ff020163
commit 3ff7a97ee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,6 @@ finishInstall() {
if [[ "${PLATFORM,,}" == "x64" ]]; then if [[ "${PLATFORM,,}" == "x64" ]]; then
if [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then if [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then
BOOT_INDEX="1"
echo "$BOOT_MODE" > "$STORAGE/windows.mode" echo "$BOOT_MODE" > "$STORAGE/windows.mode"
if [[ "${MACHINE,,}" != "q35" ]]; then if [[ "${MACHINE,,}" != "q35" ]]; then
echo "$MACHINE" > "$STORAGE/windows.old" echo "$MACHINE" > "$STORAGE/windows.old"