From 486004daf06e6f735fdc9928c6c724154c575bb2 Mon Sep 17 00:00:00 2001 From: Kezxo Date: Thu, 11 Aug 2016 21:13:45 +0200 Subject: [PATCH] Change TLDR to use git and to use public edition Making it simpler. --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a510456..23deac3 100644 --- a/README.md +++ b/README.md @@ -78,18 +78,13 @@ 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 ## First install ``` -wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh -chmod +x plexupdate.sh -echo -e > ~/.plexupdate 'EMAIL=""\nPASS=""' -nano -w ~/.plexupdate -sudo ./plexupdate.sh -a +git clone https://github.com/mrworf/plexupdate.git +chmod +x chmod +x plexupdate/plexupdate.sh +sudo plexupdate/plexupdate.sh -p -a ``` - -## Updating the script and Plex if you don't want to use the built-in updater +## Updating Plex and the script ``` -wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh -chmod +x plexupdate.sh -sudo ./plexupdate.sh -a +sudo plexupdate/plexupdate.sh -p -u -a ``` # FAQ