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 \