Skip to content

Commit

Permalink
fix: update releases_holoiso() to align with current releases
Browse files Browse the repository at this point in the history
- Close #1302
- Close #1301
  • Loading branch information
flexiondotorg committed Jun 25, 2024
1 parent 4b30ea2 commit b3e1270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,8 @@ function editions_haiku() {
}

function releases_holoiso() {
web_pipe "https://github.com/HoloISO/releases/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -n 1 | cut -d'/' -f 3
#shellcheck disable=SC2046,SC2005
echo $(web_pipe "https://github.com/HoloISO/releases/releases" | grep -o -e 'releases/tag/[[:digit:]]\+\(\.[[:digit:]]\+\)*' | head -n 3 | cut -d'/' -f 3)
}

function releases_kali() {
Expand Down

0 comments on commit b3e1270

Please sign in to comment.