Update install.sh

This commit is contained in:
Kroese 2024-01-26 16:42:15 +01:00 committed by GitHub
parent 0b2b55e6e5
commit dc64ca33c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"