mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
gabeeos repair
This commit is contained in:
parent
2c544e1a36
commit
18142b1d89
1 changed files with 6 additions and 0 deletions
6
quickget
6
quickget
|
@ -289,6 +289,8 @@ function editions_arcolinux() {
|
||||||
echo large small
|
echo large small
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function releases_blendos() {
|
function releases_blendos() {
|
||||||
curl -s https://api.github.com/repos/blend-os/blendOS/releases |grep tag_name | grep -o -E '[[:digit:]]+\.[[:digit:]]+'
|
curl -s https://api.github.com/repos/blend-os/blendOS/releases |grep tag_name | grep -o -E '[[:digit:]]+\.[[:digit:]]+'
|
||||||
|
|
||||||
|
@ -410,6 +412,10 @@ function editions_fvoid() {
|
||||||
echo lxqt
|
echo lxqt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function releases_gabeeos() {
|
||||||
|
echo latest
|
||||||
|
}
|
||||||
|
|
||||||
function releases_garuda() {
|
function releases_garuda() {
|
||||||
echo latest
|
echo latest
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue