fix: adapt openindiana release search to updated website
This commit is contained in:
parent
7ad2308fa3
commit
517ba94203
4
quickget
4
quickget
|
@ -897,7 +897,9 @@ function releases_openbsd() {
|
|||
|
||||
function releases_openindiana() {
|
||||
#shellcheck disable=SC2046,SC2005
|
||||
echo $(web_pipe "https://dlc.openindiana.org/isos/hipster/" | grep link | cut -d'/' -f 1 | cut -d '"' -f4 | sort -r | tail -n +2 | head -n 5)
|
||||
#echo $(web_pipe "https://dlc.openindiana.org/isos/hipster/" | grep link | cut -d'/' -f 1 | cut -d '"' -f4 | sort -r | tail -n +2 | head -n 5)
|
||||
echo $(web_pipe "https://dlc.openindiana.org/isos/hipster/" | grep 'href="./2' | cut -d'/' -f 2 | sort -r | head -n 5)
|
||||
|
||||
}
|
||||
|
||||
function editions_openindiana() {
|
||||
|
|
Loading…
Reference in New Issue