add user to plugdev group, fix some lintian issues
This commit is contained in:
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#
|
Reference in New Issue
Block a user