From 4dc81cfd4f067a9a3ec766b1160a70ae3ca45f14 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 24 May 2024 17:38:02 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 978f35a..fab3e07 100644 --- a/src/install.sh +++ b/src/install.sh @@ -149,7 +149,7 @@ finishInstall() { # Enable secure boot on multi-socket systems to workaround freeze if [ -n "$SOCKETS" ] && [[ "$SOCKETS" != "1" ]]; then BOOT_MODE="windows_secure" - echo "$BOOT_MODE" > "$STORAGE/windows.mode" + echo "$BOOT_MODE" > "$STORAGE/windows.mode" fi fi fi