mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
9 lines
69 B
Bash
9 lines
69 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
adduser --system moonfire-nvr
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|