mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-03 18:21:23 +00:00
⬆️ Update Plex Media Server to 1.41.5.9522 (#248)
This commit is contained in:
parent
91ba40f53b
commit
310d6910c2
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.4.9463-630c9f557/debian/plexmediaserver_1.41.4.9463-630c9f557_${ARCH}.deb" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.41.5.9522-a96edc606/debian/plexmediaserver_1.41.5.9522-a96edc606_${ARCH}.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/plexmediaserver.deb \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue