From dc64ca33c181d340ec0108d6eaa25ea3db090408 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Jan 2024 16:42:15 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/install.sh b/src/install.sh index 59b8d1e..5483b51 100644 --- a/src/install.sh +++ b/src/install.sh @@ -55,6 +55,11 @@ if [[ "${VERSION,,}" == "win7x64" ]]; then VERSION="https://dl.bobpony.com/windows/7/en_windows_7_with_sp1_x64.iso" fi +if [[ "${VERSION,,}" == "micro11" ]]; then + MANUAL="Y" + VERSION="https://dl.bobpony.com/windows/unofficial/micro11.iso" +fi + CUSTOM="custom.iso" [ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso"