reproducible builds: fix path for FreeBSD repo
This commit is contained in:
parent
e79a227617
commit
f9b217dc4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue