2014-11-10 00:28:01 +03:00
|
|
|
# Quick start
|
2019-07-02 11:13:57 +03:00
|
|
|
## 1. Add repository manually
|
|
|
|
cd /etc/portage/repos.conf
|
|
|
|
sudo wget https://git.s-morozov.net/gentoo-overlays/smoverlay/raw/branch/master/Documentation/smoverlay.conf
|
|
|
|
sudo emerge --sync smoverlay
|
|
|
|
|
|
|
|
## 2. Add repository using eselect repository
|
|
|
|
sudo eselect repository add smoverlay git https://git.s-morozov.net/gentoo-overlays/smoverlay.git
|
|
|
|
sudo emerge --sync smoverlay
|
|
|
|
|
2019-07-02 11:18:50 +03:00
|
|
|
## 3. Add repository using layman (deprecated):
|
2019-07-02 11:13:57 +03:00
|
|
|
Add the following URL to your /etc/layman.cfg (or /etc/layman/layman.cfg):
|
|
|
|
>https://www.s-morozov.net/overlays.xml
|
2014-11-10 00:24:27 +03:00
|
|
|
|
2014-11-10 00:23:43 +03:00
|
|
|
Example:
|
2014-11-10 00:38:48 +03:00
|
|
|
```
|
2014-11-10 00:38:28 +03:00
|
|
|
overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml
|
2014-11-10 00:37:35 +03:00
|
|
|
https://another-repo.tld/repo.xml
|
2018-03-11 17:30:47 +03:00
|
|
|
https://www.s-morozov.net/overlays.xml
|
2014-11-10 00:38:48 +03:00
|
|
|
```
|
2014-11-10 00:33:20 +03:00
|
|
|
Then you need to add repo by layman:
|
2014-11-10 00:31:38 +03:00
|
|
|
`layman -f && layman -a smoverlay`
|