~dricottone/huttese-apk

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