Change TLDR to use git and to use public edition

Making it simpler.
This commit is contained in:
Kezxo 2016-08-11 21:13:45 +02:00 committed by GitHub
commit 486004daf0

View file

@ -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 Open a terminal or SSH on the server running Plex Media Center
## First install ## First install
``` ```
wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh git clone https://github.com/mrworf/plexupdate.git
chmod +x plexupdate.sh chmod +x chmod +x plexupdate/plexupdate.sh
echo -e > ~/.plexupdate 'EMAIL="<plex email account>"\nPASS="<plex password>"' sudo plexupdate/plexupdate.sh -p -a
nano -w ~/.plexupdate
sudo ./plexupdate.sh -a
``` ```
## Updating Plex and the script
## 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 sudo plexupdate/plexupdate.sh -p -u -a
chmod +x plexupdate.sh
sudo ./plexupdate.sh -a
``` ```
# FAQ # FAQ