Update README.md

This makes all the commands not throw syntax errors or package not found. However, for 009a, fprintd-enroll still says list_devices failed:
This commit is contained in:
hhgarnes 2020-07-13 00:38:35 +02:00 committed by GitHub
parent 1c98a459cd
commit 5aaa778a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ On Ubuntu system:
```
$ sudo apt remove fprintd
$ sudo add-apt-repository ppa:uunicorn/open-fprintd
$ sudo aptget update
$ sudo apt install open-fprintd fprintd-clients python-validity
$ sudo apt-get update
$ sudo apt install open-fprintd fprintd-clients python3-validity
...wait a bit...
$ fprintd-enroll
```