Merge pull request #36 from Titaniumtown/master
add installation instructions for Arch Linux
This commit is contained in:
commit
707f606c7f
1 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,14 @@ $ sudo apt install open-fprintd fprintd-clients python3-validity
|
||||||
$ fprintd-enroll
|
$ fprintd-enroll
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Arch Linux
|
||||||
|
(Or Arch Linux based system, not including Artix)
|
||||||
|
```
|
||||||
|
$ yay -S python-validity
|
||||||
|
(Press Enter twice when prompted)
|
||||||
|
$ fprintd-enroll
|
||||||
|
```
|
||||||
|
|
||||||
### Error situations
|
### Error situations
|
||||||
If `fprintd-enroll` returns with `list_devices failed:`, you can check
|
If `fprintd-enroll` returns with `list_devices failed:`, you can check
|
||||||
the logs of the `python3-validity` daemon using `$ sudo systemctl status python3-validity`.
|
the logs of the `python3-validity` daemon using `$ sudo systemctl status python3-validity`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue