mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-07 04:01:28 +00:00
⬆️ Update Plex Media Server to 1.41.4.9463 (#242)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8172b46b3e
commit
aa3895d8ac
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.41.3.9292-bc7397402/debian/plexmediaserver_1.41.3.9292-bc7397402_${ARCH}.deb" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.41.4.9463-630c9f557/debian/plexmediaserver_1.41.4.9463-630c9f557_${ARCH}.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/plexmediaserver.deb \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue