Add FreeBSD 13.3
This commit is contained in:
parent
ab721c97b9
commit
a99b8aec89
1 changed files with 7 additions and 0 deletions
|
|
@ -643,6 +643,12 @@ case $1 in
|
|||
index_core freebsd-13.2 "${MIR}base.txz" core-base 2023-04-11
|
||||
index freebsd2 --sys freebsd-13.2 --mirror "$PKG"
|
||||
;;
|
||||
13.3)
|
||||
MIR="${CMIRROR}amd64/13.3-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:13:amd64/release_3/"
|
||||
index_core freebsd-13.3 "${MIR}base.txz" core-base 2024-03-05
|
||||
index freebsd2 --sys freebsd-13.3 --mirror "$PKG"
|
||||
;;
|
||||
14.0)
|
||||
MIR="${CMIRROR}amd64/14.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_0/"
|
||||
|
|
@ -724,6 +730,7 @@ case $1 in
|
|||
$0 13.0
|
||||
$0 13.1
|
||||
$0 13.2
|
||||
$0 13.3
|
||||
$0 14.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue