FITA Packages
This repository contains packages that I use on my systems at FITA.DEV. They are provided here because they are otherwise not available through a package manager. Some didn't exist and were packaged by myself using other formats provided by their maintainers. I don't edit the files provided by the maintainers other than inflating archives if any. The packages served by this domain are provided without any warranty.
I check the licenses before including software, but a mistake might occur. If you're the author or rights holder of some software and disagree about their presence here, send an email to ah@fita.dev and I'll remove it promptly.
To install packages from this repository, execute:
sudo wget https://deb.fita.dev/deb.fita.dev.asc -O /etc/apt/keyrings/deb.fita.dev.asc;
sudo wget https://deb.fita.dev/deb.fita.dev.sources -O /etc/apt/sources.list.d/deb.fita.dev.sources;
sudo apt update