Merge pull request #82 from Tigro/patch-1
added Fedora installation items
This commit is contained in:
commit
9031c1ae90
1 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,15 @@ $ yay -S python-validity
|
|||
$ fprintd-enroll
|
||||
```
|
||||
|
||||
On Fedora Linux
|
||||
|
||||
```
|
||||
$ sudo dnf copr enable tigro/python-validity
|
||||
$ sudo dnf install open-fprintd fprintd-clients fprintd-clients-pam python3-validity
|
||||
...wait a bit...
|
||||
$ fprintd-enroll
|
||||
```
|
||||
|
||||
### Error situations
|
||||
If `fprintd-enroll` returns with `list_devices failed:`, you can check
|
||||
the logs of the `python3-validity` daemon using `$ sudo systemctl status python3-validity`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue