openwebrx-clone/debian/postinst
2020-02-17 17:05:31 +01:00

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#