diff --git a/quickget b/quickget index 49c6e7e..5291611 100755 --- a/quickget +++ b/quickget @@ -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(){