We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
results in errors when running
The error I got was
I solved it by adding
instead.
The text was updated successfully, but these errors were encountered: