1
0
mirror of synced 2026-02-04 00:25:47 +01:00

Merge pull request #3 from brefra/download_fix

Fix download omnikey driver
This commit is contained in:
d-two
2023-10-26 22:14:30 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ RUN \
/tmp/omnikey && \ /tmp/omnikey && \
curl -o \ curl -o \
/tmp/omnikey.tar.gz -L \ /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 \ tar xzf \
/tmp/omnikey.tar.gz -C \ /tmp/omnikey.tar.gz -C \
/tmp/omnikey --strip-components=2 && \ /tmp/omnikey --strip-components=2 && \

Binary file not shown.