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:
+1
-1
@@ -56,7 +56,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
|
||||
else \
|
||||
ARCH=amd64; \
|
||||
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 . \
|
||||
\
|
||||
&& rm -rfv \
|
||||
|
||||
Reference in New Issue
Block a user