fix: update openindiana releases to be dynamic and current

This commit is contained in:
Martin Wimpress 2024-04-20 10:22:53 +01:00 committed by Martin Wimpress
parent 8e87089a34
commit 0302973278
1 changed files with 2 additions and 1 deletions

View File

@ -1127,7 +1127,8 @@ function releases_openbsd(){
}
function releases_openindiana(){
echo 20230421
web_pipe "https://dlc.openindiana.org/isos/hipster/" | grep link | cut -d'/' -f 1 | cut -d '"' -f4 | sort -r | tail +2 | head -n 5 | tr '\n' ' '
echo
}
function editions_openindiana(){