openwebrx-clone/debian/postinst

7 lines
146 B
Bash
Executable File

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