Debian

Install the Bintray public key:

wget https://bintray.com/user/downloadSubjectPublicKey?username=bintray -O - | apt-key add -

Follow the instructions for your release. If you are using a newer release than the ones listed then use the builds for the most recent prior version.

Debian 8 (jessie)

Add the following APT data source dtee-debian-jessie.list to /etc/apt/sources.list.d/dtee.list:

deb https://dl.bintray.com/dtee/debian/ jessie main

Run the following commands:

apt install apt-transport-https
apt update
apt install dtee

Debian 9 (stretch)

Add the following APT data source dtee-debian-stretch.list to /etc/apt/sources.list.d/dtee.list:

deb https://dl.bintray.com/dtee/debian/ stretch main

Run the following commands:

apt install apt-transport-https
apt update
apt install dtee