blob: 21f202b911e61ead1e623b9304c6c0ecda9be537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install()
{
cat <<EOF
First enable transmission-rpc in Transmission by checking
'Menu > Edit > Preferences > Remote > Allow remote access'
then run:
\`systemctl --user --now enable transmission-trackers.timer\`
to start the timer.
Optionally you can enable authentication on transmission-rpc.
If you enable authentication,then you have to set client.user
and client.password in \$XDG_CONFIG_HOME/transmission/trackers.toml
EOF
}
|