diff options
author | WeirdTreeThing <bradyn127@protonmail.com> | 2024-11-28 12:50:29 -0500 |
---|---|---|
committer | WeirdTreeThing <bradyn127@protonmail.com> | 2024-11-28 12:50:29 -0500 |
commit | 1be93f0eb744e55b61c445d6b0074014a54e039d (patch) | |
tree | 36b80b1f3ff2de7518cdc4f2dd06d6a2367bd814 | |
parent | 9b425836015b6f367edcb9547eb1c687c69e9994 (diff) |
Reload udev rules after installing pixel keyboard rule
Fixes #40
-rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh index 61c61da..5b184c6 100755 --- a/install.sh +++ b/install.sh @@ -81,6 +81,8 @@ then cp configs/cros-pixel.conf cros.conf $privesc mkdir -p /etc/udev/hwdb.d/ $privesc cp configs/61-eve-keyboard.hwdb /etc/udev/hwdb.d/ + $privesc udevadm hwdb --update + $privesc udevadm trigger elif (grep -E "^(Sarien|Arcada)$" /sys/class/dmi/id/product_name &> /dev/null) then cp configs/cros-sarien.conf cros.conf |