Update DISTROS.md

This commit is contained in:
mayfrost 2018-06-13 22:57:45 +00:00 committed by GitHub
parent 6a40934441
commit 9b76173de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,9 +40,8 @@
* 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`
* Set line "_PKGMK_IGNORE_NEW="yes"_" * Set line "_PKGMK_IGNORE_NEW="yes"_"
* Populate ports tree (is empty by default)
* Populate repo `ports -u`
`ports -u <REPO>`
### INSTALLING XORG ### INSTALLING XORG
* Install a minimal set of xorg and xorg dependent tools one by one * Install a minimal set of xorg and xorg dependent tools one by one
@ -53,6 +52,8 @@
### AUTOMATED INSTALLATION OF PORTS ### AUTOMATED INSTALLATION OF PORTS
* Populate ports tree (is empty by default) * Populate ports tree (is empty by default)
`ports -u` `ports -u`
* Populate specific repo
`ports -u <REPO>`
* Automatically download and build a package with its required dependencies ignoring signature mismatch * Automatically download and build a package with its required dependencies ignoring signature mismatch
`prt-get -in depinst <PORT>` `prt-get -in depinst <PORT>`
* Remove a package * Remove a package