https://github.com/pmalek/kernel_deb_downloader
Simple Go project which downloads newest .deb packages from ubuntu mainline ppa
https://github.com/pmalek/kernel_deb_downloader
deb deb-packages download go golang kernel-deb-downloader
Last synced: 2 months ago
JSON representation
Simple Go project which downloads newest .deb packages from ubuntu mainline ppa
- Host: GitHub
- URL: https://github.com/pmalek/kernel_deb_downloader
- Owner: pmalek
- License: gpl-3.0
- Created: 2016-03-06T14:57:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T09:39:39.000Z (over 2 years ago)
- Last Synced: 2025-02-09T05:21:05.782Z (4 months ago)
- Topics: deb, deb-packages, download, go, golang, kernel-deb-downloader
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kernel_deb_downloader
[](https://actions-badge.atrox.dev/pmalek/kernel_deb_downloader/goto) [](https://goreportcard.com/report/github.com/pmalek/kernel_deb_downloader) [](https://codecov.io/gh/pmalek/kernel_deb_downloader) [](https://codeclimate.com/github/pmalek/kernel_deb_downloader/maintainability)Simple Go project which downloads newest Linux kernel .deb packages from ubuntu mainline ppa
## How to build
```
go build -v .
```## Usage
```
kernel_deb_downloader --helpUsage of kernel_deb_downloader:
-c Show changes included in particular kernel package
-n Print newest version - do not download the .debs
```