From 0805e87b10485045229c6424ddbb4901a1b9be5d Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 23 Jan 2023 16:13:34 -0300 Subject: Added more warnings to plex --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3272414..8b8c302 100755 --- a/install.sh +++ b/install.sh @@ -119,7 +119,7 @@ echo "Your media service is the one responsible for serving your files to your n echo "By default, YAMS support 3 media services:" echo "- jellyfin (recommended, easier, with the most functionalities)" echo "- emby" -echo "- plex (advanced)" +echo "- plex (advanced, always online, slower)" read -p "Choose your media service [jellyfin]: " media_service media_service=${media_service:-"jellyfin"} media_service=$(echo "$media_service" | sed -e 's/\(.*\)/\L\1/') -- cgit v1.2.3