empierre / MyDomoAtHome

MyDomoAtHome - REST interface for ImperoHome with Domoticz (ISS)
http://domoticz.com/wiki/ImperiHome
GNU General Public License v3.0
32 stars 22 forks source link

Small error in install procedure installing on pi with buster #191

Open Elmer-Klaasen opened 4 years ago

Elmer-Klaasen commented 4 years ago

When reinstalling after an upgrade to buster, after a lot of puzzling and web-search i found a small error in the install procedure.

Adding the line

deb https://www.e-nef.com/domoticz/mdah/ /" to "/etc/apt/sources.list

results in errors when running

sudo apt-get update

The error I got was

E: De pakketbron 'https://www.e-nef.com/domoticz/mdah Release' heeft geen Release-bestand.

I solved it by adding

deb https://www.e-nef.com/domoticz/mdah/ buster contrib

instead.