Commit graph

235 commits

Author SHA1 Message Date
Henric Andersson
234315888d Goofed on the TL;DR section
Wrong link and wrong field in the .plexupdate file.
2015-09-29 10:28:21 -07:00
Henric Andersson
18076b9e28 Added trivia 2015-09-28 00:35:10 -07:00
Henric Andersson
6264d51d2a Updated README.md
Never really thought about putting some instructions here. But here we go
2015-09-28 00:19:20 -07:00
Henric Andersson
eef0745da8 Misunderstood issue, now properly fixed 2015-09-19 09:53:30 -07:00
Henric Andersson
46f89c38a7 Fixed issue where ~ is used in DOWNLOADDIR
Some commands don't like it when a path has ~ in it, so
now we convert that into a regular path.
2015-09-19 09:50:00 -07:00
Henric Andersson
f405426fba Added -y to YUM and removed trailing whitespaces 2015-08-13 17:48:25 -07:00
Henric Andersson
387d8831a0 Merge pull request #14 from falcon15500/master
Add check for INSTALLED_VERSION for RHEL distros
2015-08-07 06:15:37 -07:00
falcon15500
ec41d972a4 Add check for INSTALLED_VERSION for RHEL distros 2015-08-07 21:51:13 +10:00
Henric Andersson
b0ff37ee9b Minor tweak to see if dpkg -i issue disappears 2015-07-31 13:19:07 -07:00
Henric Andersson
5c31c355ef Added auto-update option 2015-07-31 13:16:46 -07:00
Henric Andersson
0e7f98756f Now detects incorrect username/password 2015-07-31 12:54:55 -07:00
Henric Andersson
1fec4755b6 Merge pull request #10 from mpwdawson/master
Add delete after auto install switch
2015-07-03 13:01:00 -07:00
Mike Dawson
a4896420fc Add delete after auto install switch 2015-06-26 23:35:40 -07:00
Henric Andersson
bf6bf497ce Merge pull request #9 from markglenn/master
Fix check for installed version with no install
2015-06-17 06:58:01 -07:00
Mark Glenn
6477bf6545 Fix check for installed version with no install
When Plex is not currently installed, make sure to check that the
installed version is blank before assuming it matches the available
version.
2015-06-16 21:39:03 -05:00
Henric Andersson
a77956be2f Merge pull request #7 from diedthreetimes/master
Cleanup user notifications when autoinstall is set
2015-02-08 13:04:06 -08:00
Sky Faber
e2f4222aa1 Cleanup user notifications when autoinstall is set 2015-02-08 10:18:45 -08:00
Henric Andersson
e4c661c2f7 Merge pull request #6 from xombiemp/master
Use the   [[ ]] operator to perform Pattern Matching. Otherwise the expr...
2015-02-06 06:41:12 -08:00
Andrew Parker
0bd03f8ff9 Use the [[ ]] operator to perform Pattern Matching. Otherwise the expression will never be true. 2015-02-05 23:56:07 -07:00
Henric Andersson
48ee906bb5 Fixed issue with force download, also changed exit code for when
the version is already installed so callers can detect what happen.

Lastly, the version stuff is gone, no point when I'm merging pull
requests :) Please use git instead :D
2015-02-01 22:52:37 -08:00
darrin0101
7e9cef860c Added detection of currently installed version. 2015-02-01 22:51:58 -08:00
Henric Andersson
e3953d13f1 Changed from RPM tool to yum which should automatically pull in
dependencies. (Djelibeybi)
2015-02-01 22:29:21 -08:00
Henric Andersson
6f87183a71 Merge pull request #5 from diedthreetimes/master
Install if already downloaded
2015-01-28 14:25:45 -08:00
Sky Faber
126a4574b9 Install if already downloaded 2015-01-28 00:03:41 -08:00
Henric Andersson
856f9833bf Added wget check to avoid issues downloading 2014-10-04 14:44:42 -07:00
Henric Andersson
a180d3c1bd Updated version and history 2014-10-04 14:31:52 -07:00
Henric Andersson
b85ba28d2d Moved config sourcing so it's possible to override
all config settings (except URL, that should be changed if
plex.tv alters again).
2014-06-23 22:00:17 -07:00
Henric Andersson
7166f62ffc Merge pull request #2 from xombiemp/master
Download Directory
2014-06-23 21:54:24 -07:00
Andrew Parker
07a1368b07 Added the option to specify a download directory. This allows you to configure where the download will be saved, and where it looks for existing files. Specify the full path to the download directory, without a trailing slash. 2014-06-23 22:39:45 -06:00
Henric Andersson
4b6653f0fb Forgot to update version number in header
Probably need a better way of doing this :)
2014-05-20 14:57:52 -07:00
Henric Andersson
b8b4eaae8d Added support for redhat based distros
Script now autodetects redhat based distributions and download
the correct file. Can also install using the autoinstall option.

NOTE! Not as well tested as Debian based systems, since I don't
      run any redhat distro myself. Please provide feedback if
      you have issues.
2014-05-20 14:41:57 -07:00
Henric Andersson
170db366ba Added auto install
Added convenience function to automatically install the newly
downloaded file. Requires root, so there is now a root check
before continuing.

Signed-off-by: Henric Andersson <ha@sensenet.nu>
2014-05-20 14:16:13 -07:00
Henric Andersson
41f1b147fc Added support for non-plexpass
It's now possible to use this tool to download the
public version by supplying the -p option.

Also renamed the tool to something more fitting.

Signed-off-by: Henric Andersson <ha@sensenet.nu>
2014-04-24 01:20:34 -07:00
Henric Andersson
d686f94e68 First github commit
Signed-off-by: Henric Andersson <ha@sensenet.nu>
2014-04-12 12:10:19 -07:00
Henric Andersson
f810f87ed8 Initial commit 2014-04-10 08:09:14 -07:00