Skip to content

Commit

Permalink
Merge pull request #79 from Kezxo/patch-1
Browse files Browse the repository at this point in the history
Added TLDR about updating
  • Loading branch information
mrworf committed Aug 11, 2016
2 parents 9dedf83 + 2a2db43 commit 3bca4b4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
git clone https://github.com/mrworf/plexupdate.git
sudo plexupdate/plexupdate.sh -p -a
```
## Updating Plex and the script
```
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
sudo plexupdate/plexupdate.sh -p -u -a
```

# FAQ
Expand Down

0 comments on commit 3bca4b4

Please sign in to comment.