From 234315888d9b8bc8bdc6d2bc906d69d995fbd813 Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Tue, 29 Sep 2015 10:28:21 -0700 Subject: [PATCH] Goofed on the TL;DR section Wrong link and wrong field in the .plexupdate file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1817f2..0caf3ae 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Overall it tries to give you hints regarding why it isn't doing what you expecte Open a terminal or SSH on the server running Plex Media Center ``` -wget https://github.com/mrworf/plexupdate/blob/master/plexupdate.sh +wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh chmod +x plexupdate.sh -echo -e > ~/.plexupdate 'USER=\nPASS=""' +echo -e > ~/.plexupdate 'EMAIL=\nPASS=""' nano -w ~/.plexupdate sudo ./plexupdate.sh -a ```