aports/testing/boinc/boinc.pre-install
tcely 01c926806e testing/boinc: new aport
http://boinc.berkeley.edu/
Open-source software for volunteer computing and grid computing.
2018-09-05 19:18:20 +00:00

7 lines
117 B
Bash

#!/bin/sh
addgroup -S boinc 2>/dev/null
adduser -S -D -h /var/lib/boinc -G boinc -g boinc boinc 2>/dev/null
exit 0