simplify issue 98

This commit is contained in:
2025-06-14 15:45:41 +03:00
parent 67cffd400b
commit 390e32c4d4
6 changed files with 47 additions and 167 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/bash
getent group plugdev >/dev/null || groupadd -r plugdev
cat << EOF
The daemon requires you add the user to the \`plugdev\` group:
# gpasswd -a \$USER plugdev
Enable the OpenRazer daemon systemd service:
\$ systemctl --user enable openrazer-daemon.service
Reboot for changes to take effect.
EOF