From b0f3cb118837f0a17c7d63fcadfdfc236caf0035 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Jan 2024 16:59:56 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/install.sh b/src/install.sh index 98db938..02fcfcf 100644 --- a/src/install.sh +++ b/src/install.sh @@ -55,11 +55,6 @@ 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 - if [[ "${VERSION,,}" == "vista" ]]; then MANUAL="Y" BOOT_MODE="windows_legacy"