#!/bin/sh

addgroup -S pihole 2>/dev/null
adduser -S -D -H -h /var/lib/pihole -s /sbin/nologin -G pihole -g pihole pihole 2>/dev/null

exit 0
