gabeeos repair

This commit is contained in:
zenobit 2023-03-14 07:09:41 +01:00
parent 2c544e1a36
commit 18142b1d89
1 changed files with 6 additions and 0 deletions

View File

@ -289,6 +289,8 @@ function editions_arcolinux() {
echo large small
}
function releases_blendos() {
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
}
function releases_gabeeos() {
echo latest
}
function releases_garuda() {
echo latest
}