aports/testing/porla/porla.pre-install
Fabricio Silva 74f2bbc695 testing/porla: new aport
https://porla.org/
A high performance BitTorrent client for servers and seedboxes.
2024-10-22 21:58:13 +00:00

6 lines
134 B
Bash

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