mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-07 12:11:26 +00:00
⬆️ Upgrades Plex Media Server to 1.32.5.7349 (#204)
This commit is contained in:
parent
d91a44ff86
commit
01582e2140
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN \
|
|||
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armhf"; fi \
|
||||
\
|
||||
&& curl -J -L -o /tmp/plexmediaserver.deb \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.32.4.7195-7c8f9d3b6/debian/plexmediaserver_1.32.4.7195-7c8f9d3b6_${ARCH}.deb" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/debian/plexmediaserver_1.32.5.7349-8f4248874_${ARCH}.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/plexmediaserver.deb \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue