commit 9b76173de82cc3d92f0dfe6a7ccc23ae6d52596e
parent 6a409344413917eaa4a1ba367b0c86d3a386208d
Author: mayfrost <mayfrost@cock.li>
Date: Wed, 13 Jun 2018 22:57:45 +0000
Update DISTROS.md
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/DISTROS.md b/DISTROS.md
@@ -40,9 +40,8 @@
* Ignore footprint mismatches due to new files (usually not a bad thing)
`nano /etc/pkgmk.conf`
* Set line "_PKGMK_IGNORE_NEW="yes"_"
-
-* Populate repo
-`ports -u <REPO>`
+* Populate ports tree (is empty by default)
+`ports -u`
### INSTALLING XORG
* Install a minimal set of xorg and xorg dependent tools one by one
@@ -53,6 +52,8 @@
### AUTOMATED INSTALLATION OF PORTS
* Populate ports tree (is empty by default)
`ports -u`
+* Populate specific repo
+`ports -u <REPO>`
* Automatically download and build a package with its required dependencies ignoring signature mismatch
`prt-get -in depinst <PORT>`
* Remove a package