refactor: update holoiso to use web_pipe()

This commit is contained in:
Martin Wimpress 2024-04-20 10:18:42 +01:00 committed by Martin Wimpress
parent 139601d024
commit 7fb1400c7e
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ function editions_haiku() {
}
function releases_holoiso() {
wget -q https://github.com/HoloISO/releases/releases/latest -O- | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -1 | cut -d/ -f3
web_pipe "https://github.com/HoloISO/releases/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -n 1 | cut -d'/' -f 3
}
function releases_kali() {