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
147d5e767e
commit
b8d26a0ef9
@ -273,9 +273,9 @@ And done.
|
|||||||
`cd /etc/ports/`
|
`cd /etc/ports/`
|
||||||
* download httpup/rsync file and pub file
|
* download httpup/rsync file and pub file
|
||||||
`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 "_prtdir /usr/ports/\<REPO>_"
|
||||||
* Populate repo
|
* Populate repo
|
||||||
`ports -u <REPO>`
|
`ports -u <REPO>`
|
||||||
|
|
||||||
@ -289,7 +289,7 @@ And done.
|
|||||||
|
|
||||||
### INSTALL XORG
|
### INSTALL 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
|
||||||
prtget depinst xorg-server xorg-xf86-video-<DRIVER> xorg-font-<FONT> xkeyboard-config xorg-xinit
|
`prtget depinst xorg-server xorg-xf86-video-<DRIVER> xorg-font-<FONT> xkeyboard-config xorg-xinit`
|
||||||
* Alternatively just install the metapackage "_xorg_"
|
* Alternatively just install the metapackage "_xorg_"
|
||||||
|
|
||||||
## CRUX COMMANDS
|
## CRUX COMMANDS
|
||||||
|
Loading…
Reference in New Issue
Block a user