From af787d8e7ab1f8be01c644ecac6cedafa0689bae Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Mon, 5 Dec 2016 13:54:28 -0800 Subject: [PATCH] Cosmetic changes to installer prompts --- extras/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/installer.sh b/extras/installer.sh index af35988..3ccffad 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -144,7 +144,7 @@ configure_plexupdate() { [ -f "$CONFIGFILE" ] && source "$CONFIGFILE" echo - echo -n "Do you want to install the latest PlexPass releases? " + echo -n "Do you want to install the latest PlexPass releases? (requires PlexPass username and password) " # The answer to this question and the value of PUBLIC are basically inverted if [ "$PUBLIC" == "yes" ]; then default=N @@ -232,7 +232,7 @@ configure_plexupdate() { configure_cron() { if [ ! -d "$(dirname "$CRONWRAPPER")" ]; then - echo "Seems like you don't have a supported cron job setup, please see README.md for more details." + echo "It seems like you don't have a supported cron job setup, please see README.md for more details." return 1 fi