diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-20 16:18:18 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-20 16:18:18 -0300 |
commit | 0c18accea45715b68ae93f64fd02faf883c1f69d (patch) | |
tree | 7d978cefc7ce5a4e388215e578450b4ae7888a66 /install.sh | |
parent | 072e0da546c219bc14cf7a4538a28ccafd8734a7 (diff) | |
parent | a07342b4d2f842eb3f38df29498216afcfba36e3 (diff) |
Merge branch 'master' of gitlab.com:rogs/yams
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" } |