mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 15:33:57 +00:00
add user to plugdev group, fix some lintian issues
This commit is contained in:
parent
d1dc14d9e5
commit
7bc78425cd
2 changed files with 6 additions and 3 deletions
5
debian/postinst
vendored
5
debian/postinst
vendored
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
adduser --system --group --no-create-home --home /nonexistant openwebrx
|
||||
adduser --system --group --no-create-home --home /nonexistant openwebrx
|
||||
usermod -aG plugdev openwebrx
|
||||
|
||||
#DEBHELPER#
|
||||
Loading…
Add table
Add a link
Reference in a new issue