Add FreeBSD 11.4
This commit is contained in:
parent
81874c5d3f
commit
2ee9a5b6b0
2 changed files with 9 additions and 1 deletions
|
|
@ -589,6 +589,12 @@ case $1 in
|
|||
index_core freebsd-11.3 "${MIR}base.txz" core-base 2019-07-09
|
||||
index freebsd2 --sys freebsd-11.3 --mirror "$PKG"
|
||||
;;
|
||||
11.4)
|
||||
MIR="${CMIRROR}amd64/11.4-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_4/"
|
||||
index_core freebsd-11.4 "${MIR}base.txz" core-base 2020-06-23
|
||||
index freebsd2 --sys freebsd-11.4 --mirror "$PKG"
|
||||
;;
|
||||
12.0)
|
||||
MIR="${CMIRROR}amd64/12.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_0/"
|
||||
|
|
@ -667,6 +673,7 @@ case $1 in
|
|||
$0 11.1
|
||||
$0 11.2
|
||||
$0 11.3
|
||||
$0 11.4
|
||||
$0 12.0
|
||||
$0 12.1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue