From 76822df992560be651c4a85902ccecbed253889d Mon Sep 17 00:00:00 2001 From: Kelvin Chen Date: Mon, 13 Feb 2017 20:38:53 -0500 Subject: [PATCH] Use my own plexupdate fork --- Dockerfiles/plex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/plex/Dockerfile b/Dockerfiles/plex/Dockerfile index 20c51ca..cb3dd87 100644 --- a/Dockerfiles/plex/Dockerfile +++ b/Dockerfiles/plex/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Kelvin Chen # Download plexupdate script and install Plex # This script can be later used to update Plex directly in the container -RUN curl -sL "https://github.com/mrworf/plexupdate/raw/master/plexupdate.sh" \ +RUN curl -sL "https://raw.githubusercontent.com/Kelvin-Chen/plexupdate/master/plexupdate.sh" \ > /usr/local/bin/plexupdate \ && chmod +x /usr/local/bin/plexupdate \ && plexupdate -pad \