#!/bin/bash
set -euxo pipefail

adduser --system --group --no-create-home --home /nonexistent --quiet openwebrx
usermod -aG plugdev openwebrx

#DEBHELPER#