mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Windows 7 mirror
This commit is contained in:
parent
0aea392b28
commit
f572f2bf45
1 changed files with 6 additions and 3 deletions
|
|
@ -20,9 +20,8 @@ fi
|
||||||
[[ "${VERSION,,}" == "win81" ]] && VERSION="win81x64"
|
[[ "${VERSION,,}" == "win81" ]] && VERSION="win81x64"
|
||||||
[[ "${VERSION,,}" == "win8" ]] && VERSION="win81x64"
|
[[ "${VERSION,,}" == "win8" ]] && VERSION="win81x64"
|
||||||
|
|
||||||
[[ "${VERSION,,}" == "7" ]] && VERSION="win7x64-ultimate"
|
[[ "${VERSION,,}" == "7" ]] && VERSION="win7x64"
|
||||||
[[ "${VERSION,,}" == "win7" ]] && VERSION="win7x64-ultimate"
|
[[ "${VERSION,,}" == "win7" ]] && VERSION="win7x64"
|
||||||
[[ "${VERSION,,}" == "win7x64" ]] && VERSION="win7x64-ultimate"
|
|
||||||
|
|
||||||
[[ "${VERSION,,}" == "22" ]] && VERSION="win2022-eval"
|
[[ "${VERSION,,}" == "22" ]] && VERSION="win2022-eval"
|
||||||
[[ "${VERSION,,}" == "2022" ]] && VERSION="win2022-eval"
|
[[ "${VERSION,,}" == "2022" ]] && VERSION="win2022-eval"
|
||||||
|
|
@ -52,6 +51,10 @@ if [[ "${VERSION,,}" == "tiny10" ]]; then
|
||||||
VERSION="https://archive.org/download/tiny-10-23-h2/tiny10%20x64%2023h2.iso"
|
VERSION="https://archive.org/download/tiny-10-23-h2/tiny10%20x64%2023h2.iso"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${VERSION,,}" == "win7x64" ]]; then
|
||||||
|
VERSION="https://dl.bobpony.com/windows/7/en_windows_7_with_sp1_x64.iso"
|
||||||
|
fi
|
||||||
|
|
||||||
CUSTOM="custom.iso"
|
CUSTOM="custom.iso"
|
||||||
|
|
||||||
[ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso"
|
[ ! -f "$STORAGE/$CUSTOM" ] && CUSTOM="Custom.iso"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue