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.40.2.8395 (#224)
This commit is contained in:
parent
3bc196b74e
commit
f96e9144d3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,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.40.0.7998-c29d4c0c8/debian/plexmediaserver_1.40.0.7998-c29d4c0c8_${ARCH}.deb" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.40.2.8395-c67dce28e/debian/plexmediaserver_1.40.2.8395-c67dce28e_${ARCH}.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/plexmediaserver.deb \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue