From 5aaa778a029b87b9eb6dc338a9607be21d19efbb Mon Sep 17 00:00:00 2001 From: hhgarnes Date: Mon, 13 Jul 2020 00:38:35 +0200 Subject: [PATCH] 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: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7115a7f..a522b92 100644 --- a/README.md +++ b/README.md @@ -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 ```