FreeBSD 13.1 released
Release avaiability made dynamic
This commit is contained in:
parent
813292e305
commit
61772a5b89
3
quickget
3
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(){
|
||||
|
Loading…
Reference in New Issue
Block a user