Use my own plexupdate fork

This commit is contained in:
Kelvin Chen 2017-02-13 20:38:53 -05:00
parent 67fad018c2
commit 76822df992
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
# 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 \