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:
parent
1c98a459cd
commit
5aaa778a02
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ On Ubuntu system:
|
||||||
```
|
```
|
||||||
$ sudo apt remove fprintd
|
$ sudo apt remove fprintd
|
||||||
$ sudo add-apt-repository ppa:uunicorn/open-fprintd
|
$ sudo add-apt-repository ppa:uunicorn/open-fprintd
|
||||||
$ sudo aptget update
|
$ sudo apt-get update
|
||||||
$ sudo apt install open-fprintd fprintd-clients python-validity
|
$ sudo apt install open-fprintd fprintd-clients python3-validity
|
||||||
...wait a bit...
|
...wait a bit...
|
||||||
$ fprintd-enroll
|
$ fprintd-enroll
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue