mirror of
https://github.com/spritsail/plex-media-server.git
synced 2026-03-20 00:28:25 +00:00
Update Plex repository URL
As per the recent email and the documentation at https://support.plex.tv/articles/235974187-enable-repository-updating-for-supported-linux-server-distributions/ Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
@@ -56,7 +56,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
|
||||
else \
|
||||
ARCH=amd64; \
|
||||
fi \
|
||||
&& curl -fsSL -o plexmediaserver.deb https://downloads.plex.tv/plex-media-server-new/${PLEX_VER}/debian/plexmediaserver_${PLEX_VER}_${ARCH}.deb \
|
||||
&& curl -fsSL -o plexmediaserver.deb https://repo.plex.tv/deb/pool/main/p/plexmediaserver/plexmediaserver_${PLEX_VER}_${ARCH}.deb \
|
||||
&& dpkg-deb -x plexmediaserver.deb . \
|
||||
\
|
||||
&& rm -rfv \
|
||||
|
||||
Reference in New Issue
Block a user