https://github.com/hellojukay/github-host-sync
同步 github hosts https://github.com/521xueweihan/GitHub520
https://github.com/hellojukay/github-host-sync
Last synced: about 1 year ago
JSON representation
同步 github hosts https://github.com/521xueweihan/GitHub520
- Host: GitHub
- URL: https://github.com/hellojukay/github-host-sync
- Owner: hellojukay
- License: bsd-3-clause
- Created: 2021-07-20T01:52:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T06:07:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T08:34:33.245Z (over 1 year ago)
- Language: OCaml
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-host-sync
同步 github hosts https://github.com/521xueweihan/GitHub520
# build && install
```
dune build --release
cp _build/default/github_host_sync.exe /usr/local/bin/
cp github_host_sync.service /usr/lib/systemd/system
systemctl enable github_host_sync.service
systemctl start github_host_sync.service
```