summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-20 18:43:47 +0000
committerRoger Gonzalez <roger@rogs.me>2023-01-20 18:43:47 +0000
commita07342b4d2f842eb3f38df29498216afcfba36e3 (patch)
treef7f3be7b95199e2b73a7d5c819e6093522375620 /install.sh
parent3798fe71dc67d92fd3139908062a40d118a33540 (diff)
parentc817c7edf4256cbd87f18099aed6800d7d4d103a (diff)
Merge branch 'add-prowlarr' into 'master'
Changed Jackett for Prowlarr See merge request rogs/yams!1
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9f4c024..745490a 100755
--- a/install.sh
+++ b/install.sh
@@ -52,10 +52,10 @@ check_dependencides() {
running_services_location() {
host_ip=$(hostname -I | awk '{ print $1 }')
- echo "Jackett: http://$host_ip:9117/"
echo "qBittorrent: http://$host_ip:8080/"
echo "Radarr: http://$host_ip:7878/"
echo "Sonarr: http://$host_ip:8989/"
+ echo "Prowlarr: http://$host_ip:9696/"
echo "Bazarr: http://$host_ip:6767/"
echo "Emby: http://$host_ip:8096/"
}