~dricottone/huttese-apk

ref: 9bd34b857d281e95d8f2905bb8e8bf04658471d1 huttese-apk/sr.ht/sachet/sachet.pre-install -rw-r--r-- 245 bytes
9bd34b85 — Drew DeVault py3-cairosvg: remove; now in alpine community 3 years ago
                                                                                
1
2
3
4
#!/bin/sh
grep '^prometheus' /etc/group >/dev/null || addgroup -S prometheus 2>/dev/null
grep '^prometheus' /etc/passwd >/dev/null || adduser -SDh/var/lib/prometheus \
	-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null