Updated to new version-fetch url, now for public consumption.
This commit is contained in:
parent
7c022ff2e8
commit
b2086f5140
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ CMD ["/sbin/my_init"]
|
|||
|
||||
# Install Plex
|
||||
RUN apt-get -q update && \
|
||||
VERSION=$(curl -s https://fanart.tv/webservice/plex/plex.php | grep "version" | cut -d '"' -f 4) && \
|
||||
VERSION=$(curl -s http://tools.linuxserver.io/latest-plex.json| grep "version" | cut -d '"' -f 4) && \
|
||||
apt-get install -qy dbus gdebi-core avahi-daemon wget && \
|
||||
wget -P /tmp "http://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb" && \
|
||||
gdebi -n /tmp/plexmediaserver_${VERSION}_amd64.deb && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue