blob: b67ad6b5912d616a5ad4296bc9196bdfe334ae38 (
plain)
1
2
3
4
5
|
post_install() {
echo "arRPC is now installed and can be run from the command line via the arrpc command."
echo "Alternatively, you can enable/run the systemd user service for automation."
echo "For example: systemd enable --user --now arrpc.service"
}
|