https://github.com/wagoodman/linux-distributions
scratch code to gather information about linux distros
https://github.com/wagoodman/linux-distributions
Last synced: 5 days ago
JSON representation
scratch code to gather information about linux distros
- Host: GitHub
- URL: https://github.com/wagoodman/linux-distributions
- Owner: wagoodman
- License: apache-2.0
- Created: 2024-11-17T01:45:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T03:32:57.000Z (11 months ago)
- Last Synced: 2024-12-11T05:53:29.334Z (10 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux-distributions
This repo downloads `/etc/os-release` information for several distros as well as end of life
information for the same distros and makes it available as JSON files (see `data/`).To run this yourself:
```
go run ./cmd/gather
```