From 1ea307fff151b41e1c267301c0c8ffd9275be322 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 28 Apr 2024 02:59:36 +0100 Subject: [PATCH] refactor: simplify releases_athenaos() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 7a32ab9..45632ad 100755 --- a/quickget +++ b/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() {