mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
FreeBSD 13.1 released
Release avaiability made dynamic
This commit is contained in:
parent
813292e305
commit
61772a5b89
1 changed files with 2 additions and 1 deletions
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 a new issue