mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update INITIATION.md
This commit is contained in:
parent
b9339673e8
commit
39893166ad
@ -271,18 +271,18 @@ And done.
|
|||||||
* Uncomment line "_prtdir /usr/ports/contrib_"
|
* Uncomment line "_prtdir /usr/ports/contrib_"
|
||||||
|
|
||||||
### ADD EXTERNAL REPOS
|
### ADD EXTERNAL REPOS
|
||||||
* download httpup/rsync file and pub file
|
* Download httpup/rsync file and pub file
|
||||||
`cd /etc/ports/`
|
`cd /etc/ports/`
|
||||||
`wget -c <URL>`
|
`wget -c <URL>`
|
||||||
* Add repo location to "_/etc/prt-get.conf_" (order sets precedence)
|
* Add repo location to "_/etc/prt-get.conf_" (order sets precedence)
|
||||||
`nano /etc/prt-get.conf`
|
`nano /etc/prt-get.conf`
|
||||||
* Add "_prtdir /usr/ports/\<REPO>_"
|
* Add line "_prtdir /usr/ports/\<REPO>_"
|
||||||
* Populate repo
|
* Populate repo
|
||||||
`ports -u <REPO>`
|
`ports -u <REPO>`
|
||||||
|
|
||||||
* Enable pre-/post-install scripts in "_/etc/prt-get.conf_" (usually safe to run repeatedly, usually used to rebuild caches and add system users when installing certain software)
|
* Enable pre-/post-install scripts in "_/etc/prt-get.conf_" (usually safe to run repeatedly, usually used to rebuild caches and add system users when installing certain software)
|
||||||
`nano /etc/prt-get.conf`
|
`nano /etc/prt-get.conf`
|
||||||
* uncomment line "_runscripts yes_"
|
* Uncomment line "_runscripts yes_"
|
||||||
|
|
||||||
* Ignore footprint mismatches due to new files (usually not a bad thing)
|
* Ignore footprint mismatches due to new files (usually not a bad thing)
|
||||||
`nano /etc/pkgmk.conf`
|
`nano /etc/pkgmk.conf`
|
||||||
|
Loading…
Reference in New Issue
Block a user