fix: adapt openindiana release search to updated website

This commit is contained in:
Phil Clifford 2025-05-24 22:42:44 +01:00 committed by Liam
parent 7ad2308fa3
commit 517ba94203
1 changed files with 3 additions and 1 deletions

View File

@ -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() {