feat: Update download links (#259)
This commit is contained in:
parent
0a6af455d4
commit
24c6643d00
2 changed files with 4 additions and 4 deletions
|
@ -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 |
|
||||
|||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue