From 89e6f75d8481c67f96a0616e518096029ef570af Mon Sep 17 00:00:00 2001 From: Kezxo Date: Fri, 22 Jul 2016 02:59:44 +0200 Subject: [PATCH 1/5] Added TLDR about updating --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f5998..1d43aca 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Overall it tries to give you hints regarding why it isn't doing what you expecte - "kaka" is swedish for "cookie" # TL;DR - 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 @@ -85,6 +85,13 @@ nano -w ~/.plexupdate sudo ./plexupdate.sh -a ``` +##Updating the script and Plex +``` +wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh +chmod +x plexupdate.sh +sudo ./plexupdate.sh -a +``` + # FAQ ## What username and password are you talking about From 5649ca5bc73fe42d5f10f672adb460fe90c42977 Mon Sep 17 00:00:00 2001 From: Kezxo Date: Fri, 29 Jul 2016 16:42:50 +0200 Subject: [PATCH 2/5] Added more info about update method. I added the thing you suggested, at first i thought the built in updater was preferable so this TLDR was not necessary but it required you to use git the first time so it made sense after all. Sorry for taking so long. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d43aca..a510456 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ nano -w ~/.plexupdate sudo ./plexupdate.sh -a ``` -##Updating the script and Plex +## Updating the script and Plex if you don't want to use the built-in updater ``` wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh chmod +x plexupdate.sh From 486004daf06e6f735fdc9928c6c724154c575bb2 Mon Sep 17 00:00:00 2001 From: Kezxo Date: Thu, 11 Aug 2016 21:13:45 +0200 Subject: [PATCH 3/5] 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 From 128acaa4b07ff0a8532c3255a227014ccb052f9e Mon Sep 17 00:00:00 2001 From: Kezxo Date: Thu, 11 Aug 2016 21:16:55 +0200 Subject: [PATCH 4/5] fixed duplicated stuff. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23deac3..c8b7a7c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Open a terminal or SSH on the server running Plex Media Center ## First install ``` git clone https://github.com/mrworf/plexupdate.git -chmod +x chmod +x plexupdate/plexupdate.sh +chmod +x plexupdate/plexupdate.sh sudo plexupdate/plexupdate.sh -p -a ``` ## Updating Plex and the script From 2a2db43db118c14dbda1e156a2be985ed2313ed4 Mon Sep 17 00:00:00 2001 From: Kezxo Date: Thu, 11 Aug 2016 23:32:10 +0200 Subject: [PATCH 5/5] Removed chmod. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c8b7a7c..7470f06 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,6 @@ Open a terminal or SSH on the server running Plex Media Center ## First install ``` git clone https://github.com/mrworf/plexupdate.git -chmod +x plexupdate/plexupdate.sh sudo plexupdate/plexupdate.sh -p -a ``` ## Updating Plex and the script