You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar -C /usr/local/bin/ --no-same-owner -m -vxzf linux-enable-ir-emitter*.tar.gz
24
20
```
25
21
26
22
The installation consists of 3 files:
27
-
* The executable: `$HOME/.local/bin/linux-enable-ir-emitter`
23
+
* The executable: `/usr/local/bin/linux-enable-ir-emitter`
28
24
* The logs (for receiving help): `$HOME/.local/state/linux-enable-ir-emitter.log`
29
25
* The camera configuration (can be backed up): `$HOME/.config/linux-enable-ir-emitter.toml`
30
26
31
27
### Integration with Howdy
32
28
In all files returned by `grep -rl howdy /etc/pam.d`, add the following line before the one mentioning "howdy", replacing `<USER>` with your actual username:
33
29
```
34
-
auth optional pam_exec.so /home/<USER>/.local/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml
30
+
auth optional pam_exec.so /usr/local/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml
0 commit comments