From 8e14a580c4bbff89f8ec2e9cc02734b8b5eab623 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 20 Apr 2024 10:16:30 +0100 Subject: [PATCH] fix: update ghostbsd releases to be dynamic and current --- quickget | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index 60c961f..801291d 100755 --- a/quickget +++ b/quickget @@ -1010,7 +1010,8 @@ function editions_gentoo() { } function releases_ghostbsd() { - echo 22.01.12 21.11.24 21.10.16 + web_pipe "https://download.ghostbsd.org/releases/amd64/" | grep "href" | cut -d'"' -f2 | cut -d'/' -f1 | sort -r | tail +3 | head -n 5 | tr '\n' ' ' + echo } function editions_ghostbsd() {