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