Appay

Available distributions:

To install packages from here, follow these short instructions.

Add the sources list

echo "deb http://ppa.volumental.com/ $(lsb_release --short --codename) main" | tee /etc/apt/sources.list.d/volumental.list

Add the signkey

curl http://ppa.volumental.com/archive.key | sudo apt-key add -

Or via a key server

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 50083DA4

Get and add http basic credentials by first retrieving a valid jwt token, and then

curl -X POST http://ppa.volumental.com/register -H "Authorization: Bearer <token>" -H "Accept: text/plain" | sudo tee /etc/apt/auth.conf.d/volumental.conf