From 18076b9e28b61162a12548c247cc9451c843aa1c Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Mon, 28 Sep 2015 00:35:10 -0700 Subject: [PATCH] Added trivia --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fd8bd3..b1817f2 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,15 @@ Obviously you need to change these three so they match your account information. There are a few other options for the more enterprising user. Setting any of these to `yes` will enable the function. -- AUTOUPDATE \ +- AUTOUPDATE Makes plexupdate.sh automatically update itself using git. Note! This will fail if git isn't available on the command line. -- AUTOINSTALL \ +- AUTOINSTALL Automatically installs the newly downloaded version. Currently works for debian based systems as well as rpm based distros. Will fail miserably if you're not root. -- AUTODELETE \ +- AUTODELETE Once successfully downloaded and installed, it will delete the package (want not, waste not? ;-)) -- PUBLIC \ +- PUBLIC The default behavior of plexupdate.sh is to download the PlexPass edition of Plex Media Center. Setting this option to `yes` will make it download the public version instead. If this is yes, then `EMAIL` and `PASS` is no longer needed. -- FORCE \ +- FORCE Normally plexupdate.sh will avoid downloading a file it already has or if it's the same as the installed version, but this allows you to override. Most of these options can be specified on the command-line as well, this is just a more convenient way of doing it if you're scripting it. Which brings us to... @@ -58,6 +58,10 @@ Overall it tries to give you hints regarding why it isn't doing what you expecte - Command-line option handling needs cleanup - Should extract the help text into a function instead +# trivia + +- "kaka" is swedish for "cookie" + # TL;DR Open a terminal or SSH on the server running Plex Media Center