FreeBSD 13.1 released

Release avaiability made dynamic
This commit is contained in:
Phil Clifford 2022-10-22 21:30:46 +01:00 committed by Martin Wimpress
parent 813292e305
commit 61772a5b89
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,8 @@ function editions_fedora() {
}
function releases_freebsd(){
echo 12.3 13.0
local FBSD_RELEASES=$(curl -sL https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/|grep -e 'class="link"' |grep -v '\.\.'|cut -d\" -f4|tr -d '/')
echo ${FBSD_RELEASES}
}
function editions_freebsd(){