mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
batocera repair
This commit is contained in:
parent
18142b1d89
commit
3c07c0a62c
1 changed files with 3 additions and 2 deletions
5
quickget
5
quickget
|
@ -289,11 +289,12 @@ function editions_arcolinux() {
|
|||
echo large small
|
||||
}
|
||||
|
||||
|
||||
function releases_batocera() {
|
||||
echo 32 33 34
|
||||
}
|
||||
|
||||
function releases_blendos() {
|
||||
curl -s https://api.github.com/repos/blend-os/blendOS/releases |grep tag_name | grep -o -E '[[:digit:]]+\.[[:digit:]]+'
|
||||
|
||||
}
|
||||
|
||||
function releases_cachyos() {
|
||||
|
|
Loading…
Reference in a new issue