Depending of your distribution, thoses two commandes line will populate the sources, and add the GnuPG key to your system (It's also possible to use stable/testing names):
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
The repository is also available in https, but you need the packages apt-transport-https
to use it.Beta packages are into testing (or sid) branch. The source will, in that case, be:
"deb http://packages.azlux.fr/debian/ testing main"Don't forget to use the command:
apt update
, and you are now able to use this repo.
Current packages in this repo and download statistics over 30 days :
Debian packages :
Scripts used to update packages :
Feel free to contact me if you want me to add your project