Merge pull request #79 from Kezxo/patch-1

Added TLDR about updating
This commit is contained in:
Henric Andersson 2016-08-11 14:35:30 -07:00 committed by GitHub
commit 3bca4b4d47

View file

@ -93,14 +93,15 @@ 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
echo -e > ~/.plexupdate 'EMAIL="<plex email account>"\nPASS="<plex password>"'
nano -w ~/.plexupdate
sudo ./plexupdate.sh -a
git clone https://github.com/mrworf/plexupdate.git
sudo plexupdate/plexupdate.sh -p -a
```
## Updating Plex and the script
```
sudo plexupdate/plexupdate.sh -p -u -a
```
# FAQ