https://github.com/ryarnyah/rpi-kernel-apt-repo
https://github.com/ryarnyah/rpi-kernel-apt-repo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryarnyah/rpi-kernel-apt-repo
- Owner: ryarnyah
- Created: 2025-12-06T19:35:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-05-17T04:10:42.000Z (about 1 month ago)
- Last Synced: 2026-05-17T06:03:10.175Z (about 1 month ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Custom Kernel APT Repository
This repository provides automated builds of the latest two Raspberry Pi kernel versions.
## Installation
```bash
# Download and add GPG key
curl -sSL https://ryarnyah.github.io/rpi-kernel-apt-repo/public.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/rpi-custom-kernel.gpg
# Add repository
echo "deb [arch=arm64] https://ryarnyah.github.io/rpi-kernel-apt-repo stable main" | sudo tee /etc/apt/sources.list.d/rpi-custom-kernel.list
# Update and install
sudo apt update
sudo apt install linux-kernel-mainline-rpi-v8