diff --git a/debian/postinst b/debian/postinst index 9a4b5e7..423db2c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #!/bin/bash set -euxo pipefail -adduser --system --group --no-create-home --home /nonexistant openwebrx +adduser --system --group --no-create-home --home /nonexistent --quiet openwebrx usermod -aG plugdev openwebrx -#DEBHELPER# \ No newline at end of file +#DEBHELPER#