mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge pull request #232 from TheInterestingSoul/patch-1
Update to Deepin 20
This commit is contained in:
commit
8d7b44ef35
|
|
@ -309,11 +309,12 @@ platform = $2
|
|||
|
||||
[deepin]
|
||||
distro = Deepin
|
||||
listvers = 1
|
||||
location = deepin-cd/1*/*.iso
|
||||
pattern = deepin-([0-9.]+)-(\w+).iso
|
||||
listvers = 10
|
||||
location = deepin-cd/*/*.iso
|
||||
pattern = deepin-cd/(.+)/deepin-(.+)-(\w+).iso
|
||||
version = $1
|
||||
platform = $2
|
||||
platform = $3
|
||||
type = $2
|
||||
|
||||
[raspberry-pi-os-images]
|
||||
distro = Raspberry Pi OS (原 Raspbian)
|
||||
|
|
|
|||
Loading…
Reference in New Issue