mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update DISTROS.md
This commit is contained in:
parent
6a40934441
commit
9b76173de8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user