From 70b531c463933fbe93d8b048daf112f49165104e Mon Sep 17 00:00:00 2001 From: Liam <33645555+lj3954@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:37:21 -0600 Subject: [PATCH] fix: Allow non-v24 arcolinux releases (#1575) --- quickget | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/quickget b/quickget index 9f2755f..6e67a06 100755 --- a/quickget +++ b/quickget @@ -545,9 +545,7 @@ function releases_archlinux() { function releases_arcolinux() { #shellcheck disable=SC2046,SC2005 - # breaking change in v24.05 - # v24.05.1 is the first release with the new naming scheme and too complex to parse old and new so just show the new - echo $(web_pipe "https://mirror.accum.se/mirror/arcolinux.info/iso/" | grep -o -E -e "v24.0[5-9].[[:digit:]]{2}" -e "v24.1[0-2].[[:digit:]]{2}" | sort -ru | head -n 5) + echo $(web_pipe "https://mirror.accum.se/mirror/arcolinux.info/iso/" | grep -o -E -e "v[[:digit:]]{2}.[[:digit:]]{2}.[[:digit:]]{2}" | sort -ru | head -n 5) } function editions_arcolinux() {