Madd Debian Repository

This domain hosts a Debian repository of Madd Games projects.

Adding to APT

You can add the repository using:

wget http://deb.madd-games.org/stable/KEY.gpg
sudo apt-key add KEY.gpg
sudo add-apt-repository 'deb http://deb.madd-games.org/stable/ /'
sudo apt update
NOTE: The SHA256 checksum of the KEY.gpg file is 3ebb49eb1a496bdc67360e3eeb22f9fbee4fdd6f3060c6741dffed5d44a374df.

Experimental ("incoming") repository

The key file is the same and has the same checksum.

wget http://deb.madd-games.org/incoming/KEY.gpg
sudo apt-key add KEY.gpg
sudo add-apt-repository 'deb http://deb.madd-games.org/incoming/ /'
sudo apt update