https://ci-01.nyi.hardenedbsd.org/pub/hardenedbsd/13-stable/amd64/amd64/BUILD-LATEST/
# pkg install -y ca_root_nss
$ fetch https://ci-01.nyi.hardenedbsd.org/pub/hardenedbsd/13-stable/amd64/amd64/BUILD-LATEST/CHECKSUMS.SHA512
$ fetch https://ci-01.nyi.hardenedbsd.org/pub/hardenedbsd/13-stable/amd64/amd64/BUILD-LATEST/memstick.img.asc
$ fetch https://ci-01.nyi.hardenedbsd.org/pub/hardenedbsd/13-stable/amd64/amd64/BUILD-LATEST/memstick.img
# pkg install -y pgpgpg
$ gpg --keyserver hkps://zimmermann.mayfirst.org --recv-key 6FFD188D
$ gpg --fingerprint 6FFD188D
$ gpg --verify memstick.img.asc memstick.img
$ if grep "^$(sha512 memstick.img)$" CHECKSUM.SHA512;then echo "OK"; else echo "WARNIG!!";fi
# dd if=memstick.img of=/dev/sdX bs=64k
# pkg upgrade && pkg install -y git-lite beadm
# hbsd-update -V -b `date "+%Y%m%d%H%M%S"`
# git clone --single-branch --branch hardenedbsd/main https://git.hardenedbsd.org/hardenedbsd/ports.git /usr/ports/
And to maintain alignment of your ports tree
# cd /usr/ports && git pull
# git clone --single-branch --branch hardened/13-stable/master https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git /usr/src
similarly to maintain your /usr/src (analogous to svnlite update /usr/src
)
# cd /usr/src && git pull