1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/alloy/alloy.pre-install
2025-01-10 21:19:29 +00:00

6 lines
119 B
Bash
Executable file

#!/bin/sh
addgroup -S alloy 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G alloy -g alloy alloy 2>/dev/null
exit 0