Add FreeBSD 12.1
This commit is contained in:
parent
18f792b443
commit
1260cdf766
2 changed files with 9 additions and 1 deletions
|
|
@ -595,6 +595,12 @@ case $1 in
|
|||
index_core freebsd-12.0 "${MIR}base.txz" core-base 2018-12-11
|
||||
index freebsd2 --sys freebsd-12.0 --mirror "$PKG"
|
||||
;;
|
||||
12.1)
|
||||
MIR="${CMIRROR}amd64/12.1-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:12:amd64/release_1/"
|
||||
index_core freebsd-12.1 "${MIR}base.txz" core-base 2019-11-04
|
||||
index freebsd2 --sys freebsd-12.1 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -662,5 +668,6 @@ case $1 in
|
|||
$0 11.2
|
||||
$0 11.3
|
||||
$0 12.0
|
||||
$0 12.1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue