Repo updates + some /about page wording
This commit is contained in:
parent
ffad28696e
commit
57de5699e8
7 changed files with 38 additions and 11 deletions
|
|
@ -648,6 +648,12 @@ case $1 in
|
|||
index_core freebsd-13.3 "${MIR}base.txz" core-base 2024-03-05
|
||||
index freebsd2 --sys freebsd-13.3 --mirror "$PKG"
|
||||
;;
|
||||
13.4)
|
||||
MIR="${CMIRROR}amd64/13.4-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:13:amd64/release_4/"
|
||||
index_core freebsd-13.4 "${MIR}base.txz" core-base 2024-09-17
|
||||
index freebsd2 --sys freebsd-13.4 --mirror "$PKG"
|
||||
;;
|
||||
14.0)
|
||||
MIR="${CMIRROR}amd64/14.0-RELEASE/"
|
||||
PKG="${PMIRROR}FreeBSD:14:amd64/release_0/"
|
||||
|
|
@ -736,6 +742,7 @@ case $1 in
|
|||
$0 13.1
|
||||
$0 13.2
|
||||
$0 13.3
|
||||
$0 13.4
|
||||
$0 14.0
|
||||
$0 14.1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue