Update install.sh

This commit is contained in:
Kroese 2024-01-26 16:57:49 +01:00 committed by GitHub
parent e04fafb011
commit 793c1213e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,18 @@ if [[ "${VERSION,,}" == "micro11" ]]; then
VERSION="https://dl.bobpony.com/windows/unofficial/micro11.iso"
fi
if [[ "${VERSION,,}" == "vista" ]]; then
MANUAL="Y"
BOOT_MODE="windows_legacy"
VERSION="https://dl.bobpony.com/windows/vista/en_windows_vista_sp2_x64_dvd_342267.iso"
fi
if [[ "${VERSION,,}" == "xp" ]]; then
MANUAL="Y"
BOOT_MODE="windows_legacy"
VERSION="https://dl.bobpony.com/windows/xp/professional/en_win_xp_pro_x64_vl.iso"
fi
CUSTOM="custom.iso"
[ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso"