Add FreeBSD 12.0
This commit is contained in:
parent
958e957791
commit
224bdd1523
2 changed files with 9 additions and 1 deletions
|
|
@ -583,6 +583,12 @@ case $1 in
|
|||
index_core freebsd-11.2 "${MIR}base.txz" core-base 2018-06-27
|
||||
index freebsd2 --sys freebsd-11.2 --mirror "$PKG"
|
||||
;;
|
||||
12.0)
|
||||
MIR="${CMIRROR}amd64/12.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:11:amd64/release_0/"
|
||||
index_core freebsd-12.0 "${MIR}base.txz" core-base 2018-12-11
|
||||
index freebsd2 --sys freebsd-12.0 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -648,5 +654,6 @@ case $1 in
|
|||
$0 11.0
|
||||
$0 11.1
|
||||
$0 11.2
|
||||
$0 12.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue