⬆️ Upgrades Plex Media Server to 1.29.1.6260 (#171)

This commit is contained in:
Alec Rust 2022-10-10 19:00:37 +01:00 committed by GitHub
parent 10dc80fea0
commit 2f93c0cf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armv7hf"; fi \
\
&& curl -J -L -o /tmp/plexmediaserver.tgz \
"https://downloads.plex.tv/plex-media-server-new/1.28.2.6151-914ddd2b3/synology/PlexMediaServer-1.28.2.6151-914ddd2b3-${ARCH}_DSM6.spk" \
"https://downloads.plex.tv/plex-media-server-new/1.29.1.6260-420892357/synology/PlexMediaServer-1.29.1.6260-420892357-${ARCH}_DSM6.spk" \
\
&& mkdir /usr/lib/plexmediaserver \
&& tar -xOf /tmp/plexmediaserver.tgz package.tgz | tar -xzf - -C /usr/lib/plexmediaserver/ \