mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-07 04:01:28 +00:00
⬆️ Upgrades Plex Media Server to 1.41.2.9200 (#237)
This commit is contained in:
parent
68915b75b1
commit
657de68c10
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.0.8992-8463ad060/debian/plexmediaserver_1.41.0.8992-8463ad060_${ARCH}.deb" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.41.2.9200-c6bbc1b53/debian/plexmediaserver_1.41.2.9200-c6bbc1b53_${ARCH}.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/plexmediaserver.deb \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue