aports/testing/fileshelter/fileshelter.pre-install
Kevin Thomas 4d0a54ea7f testing/fileshelter: new aport
https://github.com/epoupon/fileshelter
One-click file sharing web application
2021-06-26 18:37:39 +00:00

6 lines
143 B
Bash

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