From 0596f3b243e16d6e80ac9f812f63638f134a18a1 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 21 Apr 2024 09:44:22 +0100 Subject: [PATCH] fix: correctly format releases_athenaos() output --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 89be56e..e78aa33 100755 --- a/quickget +++ b/quickget @@ -809,7 +809,7 @@ function editions_artixlinux() { } function releases_athenaos() { - 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 | uniq | tr '\n' ' ') } function releases_batocera() {