Getting key error on installation debian

When I run the below command, I get an error and the message that OSMC-installer cannot be found:

echo 'deb http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/ /' > /etc/apt/sources.list.d/home:osmc.list 
apt-get update 
apt-get install osmc-installer

Its in Dutch, but the message remains the same:

Pakketlijsten worden ingelezen... Klaar
W: GPG-fout: http://download.opensuse.org/repositories/home:/osmc/Debian_8.0  Release: De volgende ondertekeningen konden niet geverifieerd worden omdat de publieke sleutel niet beschikbaar is: NO_PUBKEY 8873E7BF70F1BBEA
W: De pakketbron 'http://download.opensuse.org/repositories/home:/osmc/Debian_8.0  Release' is niet ondertekend.
N: Gegevens uit een dergelijke pakketbron kunnen niet geauthenticeerd worden en ze gebruiken houdt daarom een potentieel gevaar in.
N: Zie de man-pagina apt-secure(8) voor details over het aanmaken van een pakketbron en over de configuratie langs gebruikerskant.
root@raspberrypi:/home/pi# apt-get install osmc-installer
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd       
De statusinformatie wordt gelezen... Klaar
E: Kan pakket osmc-installer niet vinden

any suggestions?

It looks like you are trying to install the installer on a Pi? You normally run the installer on a PC.

Well I followed the instructions via this link (chosen Debian):

https://software.opensuse.org/download.html?project=home:osmc&package=osmc-installer&hcolor=17394a&fcolor=17394a&acolor=17394a

Why would this not work ? How can I then do it on a Pi?

You can’t do it on a Pi because the installer code is only available for Intel 32- and 64-bit architectures, which the Pi doesn’t have.