Add a file fhio.list to directory /etc/apt/sources.list.d with the following content:
deb https://debian.freehealth.io/apt/debian/ stretch main
To create this file, you may use the following commands:
sudo touch /etc/apt/sources.list.d/fhio.list echo "deb https://debian.freehealth.io/apt/debian/ stretch main" | sudo tee -a /etc/apt/sources.list.d/fhio.list
Our repository is encrypted with the TLS protocol. You must install apt-transport-https to be able to use it:
sudo apt-get install apt-transport-https
Add our freehealth.io APT archive GPG key to your APT keyring:
wget -qO - https://debian.freehealth.io/apt/debian/fhio.asc | sudo apt-key add -
The fingerprint of our key is
5137AFD0B95646C056AE33678DD433F18E0C10E4
The UID of our key is
freehealth.io Debian APT archive <debian@freehealth.io>
You can check the key fingerprint on this Toot or on this Tweet.
sudo apt-get update
Install FreeHealth EHR:
sudo apt-get install freehealth-ehr