Switch pkg to fetch the latest version of packages
This commit is contained in:
parent
da70e10328
commit
1b4f7f83b7
15
pkg/repos/README.md
Normal file
15
pkg/repos/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Switch `pkg` to fetch the latest version of packages
|
||||
|
||||
As _root_. `#`
|
||||
```
|
||||
mkdir /usr/local/etc/pkg /usr/local/etc/pkg/repos ; cd /usr/local/etc/pkg/repos ; fetch https://raw.githubusercontent.com/stationgroup/etc/master/pkg/repos/FreeBSD.conf ; cd ~
|
||||
```
|
||||
|
||||
---
|
||||
### Questions for Google to index:
|
||||
|
||||
>How do I install the latest package of `example`.
|
||||
|
||||
>In 11.1 the default pkg repository was "latest", but after running mergemaster it was changed to "quarterly"
|
||||
|
||||
>My VPS was installed with an empty pkg repository; making the change to /usr/local/etc/pkg/repos allowed me to repopulate it and configure what I needed
|
Loading…
Reference in a new issue