mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
4 lines
103 B
Text
4 lines
103 B
Text
|
|
#!/bin/bash
|
||
|
|
set -euxo pipefail
|
||
|
|
|
||
|
|
adduser --system --group --no-create-home --home /nonexistant openwebrx
|