1
0
mirror of synced 2025-12-13 11:22:16 +01:00

Update download link omnikey driver

Update download link to local file of github repository
This commit is contained in:
Frank
2023-10-16 21:06:59 +02:00
committed by GitHub
parent c257657155
commit 7ef32c197e

View File

@@ -58,7 +58,7 @@ RUN \
/tmp/omnikey && \
curl -o \
/tmp/omnikey.tar.gz -L \
"https://www3.hidglobal.com/sites/default/files/drivers/ifdokccid_linux_x86_64-v4.2.8.tar.gz" && \
"https://raw.githubusercontent.com/d-two/hassio-addons/main/oscam/ifdokccid_linux_x86_64-v4.2.8.tar.gz" && \
tar xzf \
/tmp/omnikey.tar.gz -C \
/tmp/omnikey --strip-components=2 && \