Skip to content

Commit e9346d9

Browse files
committed
Fixing smdions oversight
Fixes PR #14
1 parent 99f0551 commit e9346d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Stian Larsen <lonixx@gmail.com>
55
RUN apt-get -q update && \
66
VERSION=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "version" | cut -d '"' -f 4) && \
77
apt-get install -qy dbus gdebi-core avahi-daemon wget && \
8-
wget -P /tmp "https://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb" && \
8+
wget -P /tmp "https://downloads.plex.tv/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb" && \
99
gdebi -n /tmp/plexmediaserver_${VERSION}_amd64.deb && \
1010
rm -f /tmp/plexmediaserver_${VERSION}_amd64.deb && \
1111
apt-get clean && \

0 commit comments

Comments
 (0)