From 03029732787af8bc258aa27caf2b86a7a2f15add Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 20 Apr 2024 10:22:53 +0100 Subject: [PATCH] fix: update openindiana releases to be dynamic and current --- quickget | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index e804f62..5134ccb 100755 --- a/quickget +++ b/quickget @@ -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(){