Add FreeBSD 14.4
This commit is contained in:
parent
47b48c843c
commit
70e47e711b
2 changed files with 10 additions and 1 deletions
|
|
@ -684,6 +684,12 @@ case $1 in
|
|||
index_core freebsd-14.3 "${MIR}base.txz" core-base 2025-06-10
|
||||
index freebsd2 --sys freebsd-14.3 --mirror "$PKG"
|
||||
;;
|
||||
14.4)
|
||||
MIR="${CMIRROR}amd64/14.4-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_4/"
|
||||
index_core freebsd-14.4 "${MIR}base.txz" core-base 2026-03-10
|
||||
index freebsd2 --sys freebsd-14.4 --mirror "$PKG"
|
||||
;;
|
||||
15.0)
|
||||
MIR="${CMIRROR}amd64/15.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:15:amd64/release_0/"
|
||||
|
|
@ -772,6 +778,7 @@ case $1 in
|
|||
$0 14.1
|
||||
$0 14.2
|
||||
$0 14.3
|
||||
$0 14.4
|
||||
$0 15.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue