Skip to content

Commit ed6e886

Browse files
committedApr 9, 2023
Update smartcard_list.txt
1 parent 8fcfb5c commit ed6e886

File tree

4 files changed

+1323
-142
lines changed

4 files changed

+1323
-142
lines changed
 

‎Cargo.lock

+141-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎install.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

33
apt-get install libpcsclite1 libpcsclite-dev libnfc-bin libnfc-dev libevdev-dev \
4-
libevdev-tools libevdev2 libssl-dev libccid libacsccid1 opensc pcsc-tools \
5-
protobuf-compiler libprotobuf-dev protobuf-c-compiler cmake clang libclang-dev
4+
libevdev-tools libevdev2 libccid libacsccid1 opensc pcsc-tools

‎smartcard_list.txt

+1,180-52
Large diffs are not rendered by default.

‎update_smartcard_list.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
curl http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt > smartcard_list.txt
3+
curl https://pcsc-tools.apdu.fr/smartcard_list.txt > smartcard_list.txt

0 commit comments

Comments
 (0)
Please sign in to comment.