Added support for Ubuntu 17.04

Preparing for the upcoming release of Ubuntu 17.04 (Zesty Zapus) due to release on 2017-04-13 we have updated our DEB repository with compatible versions of all our software products.

For fresh installs all you have to do is to add our repository and our signing key:

sudo wget "https://packages.millistream.com/apt/sources.list.d/zesty.list" -O /etc/apt/sources.list.d/millistream.list
wget -q "https://packages.millistream.com/D2FCCE35.gpg" -O- | sudo apt-key add -
sudo apt update

Or if you are upgrading from a previous version of Ubuntu you can simply re-enable the repository (the upgrade process in Ubuntu/Debian disables all external repositories) and fetch the new binaries:

sudo wget "https://packages.millistream.com/apt/sources.list.d/zesty.list" -O /etc/apt/sources.list.d/millistream.list
sudo apt update
sudo apt upgrade