From 0f8d27caae5a1f5a7435cd32c82e4d14e75b6e49 Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Sun, 20 Nov 2016 19:46:42 -0800 Subject: [PATCH] Less verbose --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 251fc12..d9ceb39 100755 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ This tool will automatically download the latest version for linux (Using plexpa # What happened to `.plexupdate` ? -It has gone away. Due to the fact that most of the time, the script is run as root, it meant a lot of code which had the potential to include the wrong configuration file. So it has been streamlined to only check for `/etc/plexupdate.conf`. You can always call out any config you want using `--config` parameter, but from now on, `.plexupdate` is dead. - -On the other hand, `plexupdate.sh` now supports cron out of the box and comes with an easy to use installer (see more below). +It has gone away to keep it simpler and more secure. You can either provide the config you want using `--config` parameter or place it in `/etc/plexupdate.conf`. # Installation