mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Add files via upload
This commit is contained in:
11
install-fido2-manage.sh
Normal file
11
install-fido2-manage.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
git clone https://github.com/Token2/fido2-manage.git
|
||||
cd fido2-manage
|
||||
sudo apt install -y zlib1g-dev pkg-config cmake libcbor-dev libpcsclite-dev libssl-dev libudev-dev
|
||||
rm -rf build && mkdir build && cd build && cmake -USE_PCSC=ON ..
|
||||
cd ..
|
||||
make -C build
|
||||
sudo make -C build install
|
||||
sudo ldconfig
|
||||
chmod 755 fido2-manage.sh
|
||||
sudo apt-get -y install python3-tk
|
||||
Reference in New Issue
Block a user