mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: fix file extension for raspi-os
This commit is contained in:
parent
c3d390993e
commit
ab812c17c4
|
|
@ -407,7 +407,7 @@ type = $2
|
|||
[raspberry-pi-os-images]
|
||||
distro = Raspberry Pi OS (原 Raspbian)
|
||||
listvers = 1
|
||||
location = raspberry-pi-os-images/raspios*/images/raspios*/*.zip
|
||||
location = raspberry-pi-os-images/raspios*/images/raspios*/*.img.xz
|
||||
pattern = ([-0-9]+)-raspios-(.+)-(.+)\.zip
|
||||
platform = $3
|
||||
type = $2
|
||||
|
|
|
|||
Loading…
Reference in New Issue