Skip to content

Apt repository for Knight Owl packages

License

Notifications You must be signed in to change notification settings

knight-owl-dev/apt

Repository files navigation

Knight Owl Apt Repository

Apt repository for Knight Owl packages, hosted on Cloudflare Pages with binaries served from GitHub Releases.

Available Packages

Installation

1. Import the GPG signing key

curl -fsSL https://apt.knight-owl.dev/PUBLIC.KEY | sudo gpg --dearmor -o /usr/share/keyrings/knight-owl.gpg

2. Add the repository

echo "deb [signed-by=/usr/share/keyrings/knight-owl.gpg] https://apt.knight-owl.dev stable main" | sudo tee /etc/apt/sources.list.d/knight-owl.list

3. Install packages

sudo apt-get update
sudo apt-get install keystone-cli

GPG Key

Property Value
Name Knight Owl LLC Apt Repository
Fingerprint 25F3 E04A E420 DC2A 0F18 1ADC 89B3 FD22 D208 5FDA
File PUBLIC.KEY

Architecture

This repository stores only metadata. Binary packages (.deb files) are served directly from GitHub Releases of each package via Cloudflare Pages Functions that redirect requests based on the package version.

License

MIT

About

Apt repository for Knight Owl packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5