mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
https://github.com/kanidm/kanidm/releases/tag/v1.4.1 WASM frontend was replaced with HTMX.
6 lines
146 B
Bash
6 lines
146 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S kanidmd 2>/dev/null
|
|
adduser -S -D -m -h /var/lib/kanidm -s /sbin/nologin -G kanidmd -g kanidmd kanidmd 2>/dev/null
|
|
|
|
exit 0
|