~dricottone/huttese-apk

ref: 7e4a68c7d30682ce4c682bcafcb044807fae3da7 huttese-apk/sr.ht/sachet/sachet.pre-install -rw-r--r-- 245 bytes
7e4a68c7 — Drew DeVault py3-cairocffi: 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