gjdwebserver-overlay/readme.md

28 lines
629 B
Markdown
Raw Normal View History

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-08-17 11:56:02 +02:00
This is also an overylay for PinePhone Packages for Gentoo that I maintain in Gentoo Guru.
2021-02-19 20:55:19 +01:00
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
2022-01-01 18:04:48 +01:00
sync-uri = https://git.gjdwebserver.nl/gjdwebserver/gjdwebserver-overlay
2021-02-19 20:55:19 +01:00
auto-sync = yes
2021-02-19 21:00:12 +01:00
```
2022-01-01 18:06:51 +01:00
Or if you want to use GitHub
```
[gjdwebserver]
location = /var/db/repos/gjdwebserver
sync-type = git
sync-uri = https://github.com/stealthgun/gjdwebserver-overlay
auto-sync = yes
```