reproducible builds: fix path for FreeBSD repo

This commit is contained in:
Hannes Mehnert 2022-05-27 15:55:43 +02:00
parent e79a227617
commit f9b217dc4c

View file

@ -39,7 +39,7 @@ $ echo 'robur: {
signature_type: "pubkey", signature_type: "pubkey",
pubkey: "/usr/local/etc/pkg/robur.pub", pubkey: "/usr/local/etc/pkg/robur.pub",
enabled: yes enabled: yes
}' > /usr/local/etc/pkg/robur.conf # Check https://pkg.robur.coop which ABI are available }' > /usr/local/etc/pkg/repos/robur.conf # Check https://pkg.robur.coop which ABI are available
$ pkg update $ pkg update
$ pkg install solo5-hvt albatross $ pkg install solo5-hvt albatross
``` ```