Files
AlpinePackages/nut/nut.pre-install
Bram Prieshof 227d70ac16 Added a fork of the NUT Package
* Forked of the community repo version to enable CGI components
2025-02-14 23:34:41 +01:00

7 lines
127 B
Bash

#!/bin/sh
addgroup -S nut 2>/dev/null
adduser -S -D -H -h /var/lib/nut -s /sbin/nologin -G nut -g nut nut 2>/dev/null
exit 0