feat: Update download links (#259)

This commit is contained in:
Kroese 2025-02-26 23:51:53 +01:00 committed by GitHub
parent 0a6af455d4
commit 24c6643d00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows-arm/refs/heads
| **Value** | **Version** | **Platform** | **Size** |
|---|---|---|---|
| `11` | Windows 11 Pro | ARM64 | 5.0 GB |
| `11` | Windows 11 Pro | ARM64 | 4.8 GB |
| `11l` | Windows 11 LTSC | ARM64 | 4.7 GB |
| `11e` | Windows 11 Enterprise | ARM64 | 4.8 GB |
|||||

View file

@ -585,9 +585,9 @@ getLink1() {
case "${id,,}" in
"win11arm64" | "win11arm64-enterprise" | "win11arm64-enterprise-eval" )
size=6326812672
sum="464c75909b9c37864e144886445a2faa67ac86f0845a68cca3f017b97f810e8d"
url="11/en-us_windows_11_23h2_arm64.iso"
size=5219411968
sum="dbd54452c3c20b4625f511dae3c3e057270448fb661232d4fa66279f59a63157"
url="11/en-us_windows_11_24h2_arm64.iso"
;;
"win11arm64-ltsc" | "win11arm64-enterprise-ltsc-eval" )
[[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-us" ]] && return 0