17 lines
332 B
Markdown
Executable File
17 lines
332 B
Markdown
Executable File
Gentoo overlay: GJDWebserver
|
|
|
|
This is a personal overlay I use for my computers.
|
|
|
|
|
|
**Setup**
|
|
|
|
Add the following content to /etc/portage/repos.conf/gjdwebserver.conf
|
|
|
|
```
|
|
[gjdwebserver]
|
|
location = /var/db/repos/gjdwebserver
|
|
sync-type = git
|
|
sync-uri = https://git.gjdwebserver.nl/gjdwebserver/gjdwebserver-overlay
|
|
auto-sync = yes
|
|
```
|