From d2af369be952faa131531765314ed9f29d37f66e Mon Sep 17 00:00:00 2001 From: Les Potter Date: Mon, 31 Aug 2020 10:06:37 -0400 Subject: [PATCH 1/2] Update README.md Remove duplicate word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f79f65..faac4ea 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Go to the [openSUSE wiki page](https://en.opensuse.org/SDB:Facial_authentication ## Setup -After installation, Howdy needs needs to learn what you look like so it can recognise you later. Run `sudo howdy add` to add a face model. +After installation, Howdy needs to learn what you look like so it can recognise you later. Run `sudo howdy add` to add a face model. If nothing went wrong we should be able to run sudo by just showing your face. Open a new terminal and run `sudo -i` to see it in action. Please check [this wiki page](https://github.com/boltgolt/howdy/wiki/Common-issues) if you've experiencing problems or [search](https://github.com/boltgolt/howdy/issues) for similar issues. From 1b0a92d36fab1aa550411d90f19ed57d638f04b3 Mon Sep 17 00:00:00 2001 From: Divy Jain Date: Tue, 1 Sep 2020 20:21:50 +0530 Subject: [PATCH 2/2] fix typo --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 40fc93e..7ed436f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -110,7 +110,7 @@ log("Upgrading pip to the latest version") handleStatus(sc(["pip3", "install", "--upgrade", "pip"])) -log("Upgrading numpy to the lateset version") +log("Upgrading numpy to the latest version") # Update numpy handleStatus(subprocess.call(["pip3", "install", "--upgrade", "numpy"]))