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"