mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge pull request #224 from KspLite/isolist-add-solus
add solus to distro list
This commit is contained in:
commit
db74285da0
|
|
@ -554,6 +554,15 @@ type = $2 $4, small channel
|
|||
version = $1
|
||||
platform = $3
|
||||
|
||||
[solus]
|
||||
distro = Solus
|
||||
listvers = 1
|
||||
location = solus/images/*/Solus-*.iso
|
||||
pattern = Solus-([0-9.]+)-([a-zA-z]+).iso
|
||||
version = $1
|
||||
type = $2
|
||||
platform = x86_64
|
||||
|
||||
[eclipse]
|
||||
distro = Eclipse IDE
|
||||
listvers = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue