ayaports/user/abuild/abuild.pre-install
2022-07-29 15:47:03 +00:00

5 lines
50 B
Bash

#!/bin/sh
addgroup -S abuild 2>/dev/null
exit 0