refactor: simplify releases_athenaos()

This commit is contained in:
Martin Wimpress 2024-04-28 02:59:36 +01:00 committed by Martin Wimpress
parent 12c53d4928
commit 1ea307fff1
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ function editions_artixlinux() {
} }
function releases_athenaos() { 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() { function releases_batocera() {