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
b9298d7e11
commit
cab0a0755d
18
DISTROS.md
18
DISTROS.md
@ -18,16 +18,20 @@
|
|||||||
## CONFIGURATION ON CRUX
|
## CONFIGURATION ON CRUX
|
||||||
### ENABLE CONTRIB REPO
|
### ENABLE CONTRIB REPO
|
||||||
* Enable contrib for ports
|
* Enable contrib for ports
|
||||||
`cd /etc/ports`
|
```
|
||||||
`mv contrib.rsync.inactive contrib.rsync`
|
cd /etc/ports
|
||||||
|
mv contrib.rsync.inactive contrib.rsync
|
||||||
|
````
|
||||||
* Enable contrib for prt-get
|
* Enable contrib for prt-get
|
||||||
`nano /etc/prt-get.conf`
|
`nano /etc/prt-get.conf`
|
||||||
* Uncomment line "_prtdir /usr/ports/contrib_"
|
* Uncomment line "_prtdir /usr/ports/contrib_"
|
||||||
|
|
||||||
### ADD EXTERNAL REPOS
|
### ADD EXTERNAL REPOS
|
||||||
* Download httpup/rsync file and pub file from https://crux.nu/portdb/index.php?a=index
|
* Download httpup/rsync file and pub file from https://crux.nu/portdb/index.php?a=index
|
||||||
`cd /etc/ports/`
|
```
|
||||||
`wget -c <URL>`
|
cd /etc/ports/
|
||||||
|
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 line "_prtdir /usr/ports/\<REPO>_"
|
* Add line "_prtdir /usr/ports/\<REPO>_"
|
||||||
@ -85,8 +89,10 @@
|
|||||||
|
|
||||||
## SOURCE MAGE GNU/LINUX COMMANDS
|
## SOURCE MAGE GNU/LINUX COMMANDS
|
||||||
* To get a manual
|
* To get a manual
|
||||||
`cast smgl-setup`
|
```
|
||||||
`man smgl-setup`
|
cast smgl-setup
|
||||||
|
man smgl-setup
|
||||||
|
```
|
||||||
* To change general things like the color scheme
|
* To change general things like the color scheme
|
||||||
`sorcery`
|
`sorcery`
|
||||||
* To update the package manager
|
* To update the package manager
|
||||||
|
Loading…
Reference in New Issue
Block a user