summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 0551d3f..3272414 100755
--- a/install.sh
+++ b/install.sh
@@ -117,9 +117,9 @@ echo
echo "Time to choose your media service."
echo "Your media service is the one responsible for serving your files to your network."
echo "By default, YAMS support 3 media services:"
-echo "- jellyfin (recommended)"
+echo "- jellyfin (recommended, easier, with the most functionalities)"
echo "- emby"
-echo "- plex"
+echo "- plex (advanced)"
read -p "Choose your media service [jellyfin]: " media_service
media_service=${media_service:-"jellyfin"}
media_service=$(echo "$media_service" | sed -e 's/\(.*\)/\L\1/')