diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-07 13:16:35 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-07 13:16:35 -0300 |
commit | 19c4f2affef43b926513a7853534cbba29c5e0e1 (patch) | |
tree | f44c8ed367fda0465be33992a838935bad200476 /install.sh | |
parent | 4aca03906c1acd7edfc1606c27b3471f431200e0 (diff) |
Updated README
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/" } # ============================================================================================ |