2
0
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:
2026-03-15 22:01:44 +00:00
parent 54e1da0019
commit 881b6f05b3

View File

@@ -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 \