Add FreeBSD 15.0
This commit is contained in:
parent
b808af9e13
commit
e78486ab61
1 changed files with 7 additions and 0 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"
|
||||
;;
|
||||
15.0)
|
||||
MIR="${CMIRROR}amd64/15.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:15:amd64/release_0/"
|
||||
index_core freebsd-15.0 "${MIR}base.txz" core-base 2025-12-02
|
||||
index freebsd2 --sys freebsd-15.0 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -766,5 +772,6 @@ case $1 in
|
|||
$0 14.1
|
||||
$0 14.2
|
||||
$0 14.3
|
||||
$0 15.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue