OpenMolar1 - Installation Instructions for Debian

Debian is my Gnu/linux distribution of choice, and the platform I have used for the majority of time whilst developing openmolar.
Consequently, it should come as no surprise that installation on this platform is well supported (and hopefully painless!).

Note - as of June 2013, OpenMolar is in some official Debian Repositories.
However, the packages there lag behind my own "official" packages.

Instructions for Debian stretch

add the following lines to /etc/apt/sources.list.

deb http://openmolar.com/debian stretch main
deb-src http://openmolar.com/debian stretch main

get my key, and add it to apt

wget http://www.openmolar.com/rowinggolfer.gpg.key
apt-key add rowinggolfer.gpg.key
then install
apt-get update
apt-get install openmolar