mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-20 19:45:54 +08:00
Implemnting TRUE autoupdate thanks to KodeStar from fanart.tv (and now the linuxserver.io crew, welcome!)
This is herby the kode update
This commit is contained in:
parent
521db75037
commit
2b2990bd8c
@ -11,7 +11,7 @@ CMD ["/sbin/my_init"]
|
||||
|
||||
# Install Plex
|
||||
RUN apt-get -q update && \
|
||||
VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/public) && \
|
||||
VERSION=$(curl -s https://fanart.tv/webservice/plex/plex.php | 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…
x
Reference in New Issue
Block a user