summarylogtreecommitdiffstats
path: root/howdy.install
diff options
context:
space:
mode:
Diffstat (limited to 'howdy.install')
-rw-r--r--howdy.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/howdy.install b/howdy.install
new file mode 100644
index 000000000000..602996357906
--- /dev/null
+++ b/howdy.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo '[SETUP] 1. Remember to set a correct video device using `sudo howdy config`'
+ echo '[SETUP] 2. Test settings with `sudo howdy test`'
+ echo '[SETUP] 3. Add face model with `sudo howdy add`'
+ echo '[SETUP] 4. Add PAM policy `auth sufficient pam_howdy.so` to e.g. top of `/etc/pam.d/system-local-login`'
+ echo '[INFO] List of available video devices can be obtained with `v4l2-ctl --list-devices` from `v4l-utils` package'
+ echo '[INFO] More informations at the wiki: https://github.com/boltgolt/howdy/wiki/Cameras-that-have-been-verified-to-work-with-Howdy'
+ echo '[INFO] Arch Wiki page: https://wiki.archlinux.org/title/Howdy'
+} \ No newline at end of file