2021-02-19 20:55:19 +01:00
|
|
|
Gentoo overlay: GJDWebserver
|
|
|
|
|
|
|
|
This is a personal overlay I use for my PinePhone and other computers.
|
|
|
|
|
2021-02-19 20:57:51 +01:00
|
|
|
**Setup**
|
2021-02-19 21:00:12 +01:00
|
|
|
|
2021-02-19 20:55:19 +01:00
|
|
|
Add the following content to /etc/portage/repos.conf/gjdwebserver.conf
|
|
|
|
|
2021-02-19 21:00:12 +01:00
|
|
|
```
|
2021-02-19 20:55:19 +01:00
|
|
|
[gjdwebserver]
|
|
|
|
location = /var/db/repos/gjdwebserver
|
|
|
|
sync-type = git
|
|
|
|
sync-uri = https://github.com/stealthgun/gjdwebserver-overlay.git
|
|
|
|
auto-sync = yes
|
2021-02-19 21:00:12 +01:00
|
|
|
```
|