This is the APT repository for third-party tools used by Interana.
To use this repository, add the key:
wget -qO - "https://apt-third-party.interana.cloud/apt.key.pub" | sudo apt-key add - ;
Then add this repository to /etc/apt/sources.list:
$ echo "deb [arch=amd64] https://apt-third-party.interana.cloud/ interana5 main" | sudo tee /etc/apt/sources.list.d/interana5-third-party.list ;