From bf2008308277b4f73a26d49f7f9e4dd64075219a Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 5 Mar 2025 05:36:36 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 953653e..0265129 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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