mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Added TLDR about updating
This commit is contained in:
parent
f1bec29d62
commit
89e6f75d84
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
- "kaka" is swedish for "cookie"
|
||||||
|
|
||||||
# TL;DR
|
# TL;DR
|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh
|
wget https://raw.githubusercontent.com/mrworf/plexupdate/master/plexupdate.sh
|
||||||
chmod +x plexupdate.sh
|
chmod +x plexupdate.sh
|
||||||
|
@ -85,6 +85,13 @@ nano -w ~/.plexupdate
|
||||||
sudo ./plexupdate.sh -a
|
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
|
# FAQ
|
||||||
|
|
||||||
## What username and password are you talking about
|
## What username and password are you talking about
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue