blob: 04af4b97b2bba9c35d6b1947b292d510068d1870 (
plain)
1
2
3
4
5
6
|
post_install() {
cat << EOF
>>> Make sure to enable 'Use alternative Web UI' in qBittorrent under Preferences->Web UI.
>>> Set 'File location' to /usr/share/qbittorrent-vuetorrent-bin.
EOF
}
|