Ensure that /usr/local/etc/pkg/repos exists
The directory /usr/local/etc/pkg/repos doesn't exist by default, so have it created in an example that will otherwise fail. PR: 253351
This commit is contained in:
parent
aef3238f41
commit
4bf990d288
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ To switch from quarterly to latest run the following commands:
|
|||
|
||||
[source,bash]
|
||||
....
|
||||
# mkdir -p /usr/local/etc/pkg/repos
|
||||
# cp /etc/pkg/FreeBSD.conf /usr/local/etc/pkg/repos/FreeBSD.conf
|
||||
....
|
||||
|
||||
|
|
Loading…
Reference in a new issue