This repository hosts Debian packages for the Trixie distribution (Debian 13 Testing).
- headunit - Custom packages for the ASL GoKart project
To add this repository to your Debian/Ubuntu system:
curl -sS https://leoltm.github.io/deb/repository-key.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/leoltm-deb.gpgecho "deb https://leoltm.github.io/deb trixie main" | sudo tee /etc/apt/sources.list.d/leoltm-deb.listsudo apt updatesudo apt install headunitThis repository follows the standard Debian repository structure:
apt/
βββ dists/ # Distribution release directories
β βββ trixie/ # Debian 13 (Testing)
β βββ InRelease # Combined Release file with signature
β βββ Release # Repository metadata
β βββ Release.gpg # Detached signature for Release file
β βββ main/ # Component directory
β βββ binary-arm64/ # ARM64 architecture
β βββ Packages # Package index
β βββ Release # Component-specific metadata
βββ pool/ # Package storage
β βββ main/ # Main component
β βββ h/ # First letter of package name
β βββ headunit/ # Package directory
βββ repository-key.asc # Public GPG key for verification
repreproinstalled (sudo apt install reprepro)