This is the hydr0 apt package repository which contains various packages that are open for public use. Packages are built using a well-defined schema and set of tooling maintained at b1naryth1ef/pkg.
Bootstrap Package Installation
We provide a bootstrap package that can be downloaded and used to configure the apt repository from a simple deb file. This package includes an override which places packages from this repository at a higher priority than others to ensure they override system packages. If you don't want this please use the manual method described below.
Manual Setup
To manually setup the repository simply run the commands below.
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/hydr0.gpg] http://pkg.hydr0.com/apt stable main" | sudo tee /etc/apt/sources.list.d/hydr0.list curl https://pkg.hydr0.com/public.key | sudo gpg --dearmour -o /usr/share/keyrings/hydr0.gpg