mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Merge pull request #21 from 0x6e7a6f/dev
Modification on the Arch Linux installation guide
This commit is contained in:
@@ -103,6 +103,8 @@ To allow coexistence with the original tool, our version will be compiled and in
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Token2/fido2-manage.git
|
git clone https://github.com/Token2/fido2-manage.git
|
||||||
|
|
||||||
|
sudo pacman -S libfido2 cmake libcbor tk
|
||||||
|
|
||||||
cd fido2-manage
|
cd fido2-manage
|
||||||
|
|
||||||
rm -rf build && mkdir build && cd build && cmake -USE_PCSC=ON ..
|
rm -rf build && mkdir build && cd build && cmake -USE_PCSC=ON ..
|
||||||
@@ -117,10 +119,6 @@ sudo ldconfig
|
|||||||
|
|
||||||
chmod 755 fido2-manage.sh
|
chmod 755 fido2-manage.sh
|
||||||
|
|
||||||
sudo apt install -y python3-tk
|
|
||||||
|
|
||||||
sudo pacman -S tk
|
|
||||||
|
|
||||||
python3 gui.py
|
python3 gui.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user