ayaports/user/thelounge/thelounge.pre-install

7 lines
135 B
Text
Raw Permalink Normal View History

2024-02-03 17:48:06 +00:00
#!/bin/sh
addgroup -S thelounge 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G thelounge -g thelounge thelounge 2>/dev/null
exit 0