2020-02-17 14:03:20 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
|
2020-12-09 20:38:59 +00:00
|
|
|
adduser --system --group --no-create-home --home /nonexistent --quiet openwebrx
|
2020-02-17 16:05:31 +00:00
|
|
|
usermod -aG plugdev openwebrx
|
|
|
|
|
2020-12-09 20:38:59 +00:00
|
|
|
#DEBHELPER#
|