d-two / hassio-addons

Home Assistant Add-on repository
MIT License
3 stars 3 forks source link

Fix download omnikey driver #3

Closed brefra closed 1 year ago

brefra commented 1 year ago

Currently the docker build fails to download the omnikey driver (tar file) because the download link is "protected" by cloudflare. This results in downloading an warning page instead of the intended tar file. By hosting the tar file at the github repository and updating the link the docker build, the download works correctly.

This will resolve the reported issue #2