mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Change TLDR to use git and to use public edition
Making it simpler.
This commit is contained in:
parent
5649ca5bc7
commit
486004daf0
1 changed files with 5 additions and 10 deletions
15
README.md
15
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue