File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER Stian Larsen <lonixx@gmail.com>
44# Install Plex
55RUN apt-get -q update && \
66PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
7- apt-get install -qy dbus gdebi-core avahi-daemon wget && \
7+ apt-get install -qy dbus avahi-daemon wget && \
88wget -P /tmp "$PLEXURL" && \
99gdebi -n /tmp/plexmediaserver_*_amd64.deb && \
1010rm -f /tmp/plexmediaserver_*_amd64.deb && \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ elif [[ "$VERSION" != "$INSTALLED" ]]; then
4444 last=$?
4545 done
4646 apt-get remove --purge -y plexmediaserver
47- gdebi -n /tmp/plexmediaserver_" ${VERSION} " _amd64.deb
47+ dpkg -i /tmp/plexmediaserver_" ${VERSION} " _amd64.deb
4848else
4949 echo " No need to update!"
5050fi
You can’t perform that action at this time.
0 commit comments