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.7.7621 (#210)
This commit is contained in:
parent
f8c1ac3412
commit
ed5bcdcccc
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.6.7557-1cf77d501/debian/plexmediaserver_1.32.6.7557-1cf77d501_${ARCH}.deb" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.32.7.7621-871adbd44/debian/plexmediaserver_1.32.7.7621-871adbd44_${ARCH}.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/plexmediaserver.deb \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue