simplify issue 98
This commit is contained in:
14
test-98-multipackage/postinstall.sh
Normal file
14
test-98-multipackage/postinstall.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user