A simple script for downloading and installing Plex Media Server updates for Linux.
Before starting, ensure you have the python-yaml
and python-lxml
packages installed on your system.
Open the sample_config.yml
file in your favorite text editor.
Read through each of the options and update/change them as needed.
Save the file as config.yml
and move it to:
~/.config/plex-updater/config.yml
Note: You will need to create the plex-updater
(and potentially the .config
) folder ahead of time. mkdir -p ~/.config/plex-updater
From within the em-plex-updater
folder, run:
./plex_updater.py -c
Check the output of this command for any errors or warnings related to your configuration.
You can also run ./plex_updater.py -h
at any time to view additional script options.