mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/sh
|
|
addgroup -S gvm 2>/dev/null
|
|
adduser -D -H -h /var/lib/gvm -s /bin/sh -G gvm gvm 2>/dev/null
|
|
exit 0
|