$ diff upgradeto-hhbsd-xmj.txt upgradeto-hhbsd.txt 2,5c2,7 < fetch https://raw.githubusercontent.com/HardenedBSD/hardenedBSD/hardened/11-stable/master-libressl/{usr.sbin/hbsd-update/hbsd-update,etc/hbsd-update.conf,share/keys/hbsd-update/trusted/ca.hardenedbsd.org,share/keys/hbsd-update/trusted/dnssec.key-2016-07-30} < ed -i -e '/^UNBOUND_HOST=/ s/\/usr\/sbin\/unbound-host/\/usr\/local\/sbin\/unbound-host/' hbsd-update < chmod +x hbsd-update < sudo -i --- > pkg install unbound ca_root_nss > fetch https://raw.githubusercontent.com/HardenedBSD/hardenedBSD/hardened/12-stable/master/usr.sbin/hbsd-update/hbsd-update > fetch https://raw.githubusercontent.com/HardenedBSD/hardenedBSD/hardened/12-stable/master/usr.sbin/hbsd-update/hbsd-update.conf > sed -i -e '/^UNBOUND_HOST=/ s/\/usr\/sbin\/unbound-host/\/usr\/local\/sbin\/unbound-host/' hbsd-update > fetch https://raw.githubusercontent.com/HardenedBSD/hardenedBSD/hardened/12-stable/master/share/keys/hbsd-update/trusted/dnssec.key-2016-07-30 > fetch https://raw.githubusercontent.com/HardenedBSD/hardenedBSD/hardened/12-stable/master/share/keys/hbsd-update/trusted/ca.hardenedbsd.org 6a9 > chmod +x /usr/sbin/hbsd-update 12a16 > hbsd-update && reboot