summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-07 13:16:35 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-07 13:16:35 -0300
commit19c4f2affef43b926513a7853534cbba29c5e0e1 (patch)
treef44c8ed367fda0465be33992a838935bad200476 /install.sh
parent4aca03906c1acd7edfc1606c27b3471f431200e0 (diff)
Updated README
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e6913ea..6e49dc8 100755
--- a/install.sh
+++ b/install.sh
@@ -49,6 +49,7 @@ running_services_location() {
echo "Bazarr: http://$host_ip:6767/"
echo "Jackett: http://$host_ip:9117/"
echo "Emby: http://$host_ip:8096/"
+ echo "qBittorrent: http://$host_ip:8080/"
}
# ============================================================================================