This is a debian PPA for easier testing on multiple devices.
It was built by following the instructions from Assaf Morami.
$ curl -s --compressed "https://reversed-education.github.io/reversed-ppa/KEY.gpg" | sudo apt-key add -
$ sudo curl -s --compressed -o /etc/apt/sources.list.d/reversed.list "https://reversed-education.github.io/reversed-ppa/reversed.list"
$ sudo apt update
$ sudo apt install reversed-companion
Go to reversed-companion/DEBIAN and edit the version in the control file.
$ MAJOR=0 MINOR=1 REVISION=3 EMAIL=MailOfTheKeyOwner ./build_deb_package.sh ~/path/to/reversed-companion/source
Off course, for this to work you need the secret key, which only I have.