mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
addgroup -S quicktun
|
|
adduser -S -h /var/run/quicktun -s /sbin/nologin -G quicktun -g "quicktun user" -H -D quicktun
|
|
exit 0
|
|
|