From 39893166ad0696844644694886e45e8dee6c7aab Mon Sep 17 00:00:00 2001 From: mayfrost Date: Mon, 26 Feb 2018 22:06:05 +0000 Subject: [PATCH] Update INITIATION.md --- INITIATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INITIATION.md b/INITIATION.md index 83596f6..00fd77d 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -271,18 +271,18 @@ And done. * Uncomment line "_prtdir /usr/ports/contrib_" ### ADD EXTERNAL REPOS -* download httpup/rsync file and pub file +* Download httpup/rsync file and pub file `cd /etc/ports/` `wget -c ` * Add repo location to "_/etc/prt-get.conf_" (order sets precedence) `nano /etc/prt-get.conf` -* Add "_prtdir /usr/ports/\_" +* Add line "_prtdir /usr/ports/\_" * Populate repo `ports -u ` * 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` -* uncomment line "_runscripts yes_" +* Uncomment line "_runscripts yes_" * Ignore footprint mismatches due to new files (usually not a bad thing) `nano /etc/pkgmk.conf`