Archive signing key: apt-inoi-fi.pub
To use the APT archive, add the following lines to /etc/apt/sources.list:
deb http://apt.inoi.fi/TOKEN/ SUITE main deb-src http://apt.inoi.fi/TOKEN/ SUITE mainYou should have received TOKEN, contact us if you haven't. SUITE is the code name for your Ubuntu or Debian version, e.g. lucid or squeeze.
Next, add the archive signing key so that apt trusts packages from apt.inoi.fi:
curl https://apt.inoi.fi/apt-inoi-fi.pub | sudo apt-key add -
Finally, update the package lists:
sudo apt-get update