fix: update ghostbsd releases to be dynamic and current

This commit is contained in:
Martin Wimpress 2024-04-20 10:16:30 +01:00 committed by Martin Wimpress
parent 0f22368cfb
commit 8e14a580c4
1 changed files with 2 additions and 1 deletions

View File

@ -1010,7 +1010,8 @@ function editions_gentoo() {
} }
function releases_ghostbsd() { 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() { function editions_ghostbsd() {