apkbuilds @ b1826a5ead9a1b831409eedce791559dad72bbe5

1#!/bin/sh
2
3addgroup -S prometheus 2>/dev/null
4adduser -S -D -h /var/lib/prometheus -s /sbin/nologin -G prometheus -g prometheus prometheus 2>/dev/null
5
6exit 0