refactor: update holoiso to use web_pipe()
This commit is contained in:
parent
139601d024
commit
7fb1400c7e
2
quickget
2
quickget
|
@ -1037,7 +1037,7 @@ function editions_haiku() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_holoiso() {
|
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() {
|
function releases_kali() {
|
||||||
|
|
Loading…
Reference in New Issue