openwebrx-clone/debian/postinst

8 lines
155 B
Plaintext
Raw Normal View History

#!/bin/bash
set -euxo pipefail
adduser --system --group --no-create-home --home /nonexistent --quiet openwebrx
usermod -aG plugdev openwebrx
#DEBHELPER#