1.4 KiB
1.4 KiB
Continuwuity Nightly
A nightly build of continuwuity is available which tracks the main branch (similar to their main Docker image tag).
Currently, this is only built for:
- FreeBSD 15.1-RELEASE
latestpkg channel- amd64 Haswell-and-later processors
This includes the same RC script as the standard FreeBSD package, but does not include any FreeBSD-specific patches.
Configuring
- Download the signing key from https://pkg.kat5.dev/continuwuity-nightly.pub into
/usr/local/etc/pkg/keys/- Optional: download https://pkg.kat5.dev/continuwuity-nightly.pub.asc and run
gpg --verify continuwuity-nightly.pub.ascto ensure the signing key is itself signed by PGP key 83E0614B479F98AB5CC25E3A653FF8D1EF38EF41.
- Optional: download https://pkg.kat5.dev/continuwuity-nightly.pub.asc and run
- Create a new repo config file in
/usr/local/etc/pkg/repos/continuwuity-nightly.conf:
continuwuity-nightly: {
url: "https://pkg.kat5.dev/continuwuity-nightly",
signature_type: "pubkey",
pubkey: "/usr/local/etc/pkg/keys/continuwuity-nightly.pub",
enabled: yes
}
- Run
pkg update -r continuwuity-nightlyto update the repo. Ensure no signing-related warnings or errors are displayed. - If you have installed the primary continuwuity package, remove it with
pkg remove continuwuity pkg install continuwuity-nightly