fix: Set correct checksums for Nano11

This commit is contained in:
Kroese 2025-09-17 23:43:39 +02:00 committed by GitHub
parent e3e3a45697
commit b6b1dd3ed4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1102,8 +1102,8 @@ getLink4() {
case "${id,,}" in case "${id,,}" in
"nano11" ) "nano11" )
size=2159738880 size=2463565824
sum="78f0f44444ff95b97125b43e560a72e0d6ce0a665cf9f5573bf268191e5510c1" sum="a1e0614372768cbe2d24de74b78a4a97bc1017ea5080dfed1d2125e4a527eb1a"
url="nano11_25h2/nano11%2025h2.iso" url="nano11_25h2/nano11%2025h2.iso"
;; ;;
"core11" ) "core11" )