From ea892341866ac2f30aba3839b46b3aeca6b8220b Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 14 Feb 2025 00:40:03 +0100 Subject: [PATCH] arco update --- actions/arco | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/arco b/actions/arco index 962e3ea..0d683bf 100644 --- a/actions/arco +++ b/actions/arco @@ -8,9 +8,7 @@ CREDENTIALS="-" function releases_() { #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_() {