2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2026-05-06 17:09:00 +00:00

Revert "Update Plex repository URL"

Pass builds are not available from this repository yet, whereas they are
still being published to the old (-new) directory. Continue using that
until Plex can consistently publish their artifacts.

This reverts commit 881b6f05b3.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2026-04-18 15:07:22 +01:00
parent 60eb97da5a
commit 4d2922d9d8
+1 -1
View File
@@ -56,7 +56,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
else \ else \
ARCH=amd64; \ ARCH=amd64; \
fi \ fi \
&& curl -fsSL -o plexmediaserver.deb https://repo.plex.tv/deb/pool/main/p/plexmediaserver/plexmediaserver_${PLEX_VER}_${ARCH}.deb \ && curl -fsSL -o plexmediaserver.deb https://downloads.plex.tv/plex-media-server-new/${PLEX_VER}/debian/plexmediaserver_${PLEX_VER}_${ARCH}.deb \
&& dpkg-deb -x plexmediaserver.deb . \ && dpkg-deb -x plexmediaserver.deb . \
\ \
&& rm -rfv \ && rm -rfv \