Some fixes and repo updates
This commit is contained in:
parent
580fa89520
commit
c2a1dd6416
5 changed files with 29 additions and 8 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"
|
||||
;;
|
||||
14.0)
|
||||
MIR="${CMIRROR}amd64/14.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_0/"
|
||||
index_core freebsd-14.0 "${MIR}base.txz" core-base 2023-11-20
|
||||
index freebsd2 --sys freebsd-14.0 --mirror "$PKG"
|
||||
;;
|
||||
old)
|
||||
$0 1.0
|
||||
$0 2.0.5
|
||||
|
|
@ -718,5 +724,6 @@ case $1 in
|
|||
$0 13.0
|
||||
$0 13.1
|
||||
$0 13.2
|
||||
$0 14.0
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue