refactor: simplify releases_athenaos()
This commit is contained in:
parent
12c53d4928
commit
1ea307fff1
2
quickget
2
quickget
|
@ -651,7 +651,7 @@ function editions_artixlinux() {
|
|||
}
|
||||
|
||||
function releases_athenaos() {
|
||||
echo $(web_pipe "https://api.github.com/repos/Athena-OS/athena/releases" | grep 'download_url' | grep rolling | cut -d'/' -f8 | uniq | tr '\n' ' ')
|
||||
echo $(web_pipe "https://api.github.com/repos/Athena-OS/athena/releases" | grep 'download_url' | grep rolling | cut -d'/' -f8 | sort -u)
|
||||
}
|
||||
|
||||
function releases_batocera() {
|
||||
|
|
Loading…
Reference in New Issue