mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-16 18:04:41 +01:00
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
set -euxo pipefail
|
||
|
|
|
||
|
|
adduser --system --group --no-create-home --home /nonexistant openwebrx
|