mirror of
https://github.com/hassio-addons/addon-plex.git
synced 2025-05-07 04:01:28 +00:00
chore: update Plex Media Server to 1.31.2.6810 (#189)
This commit is contained in:
parent
1357544451
commit
cd82330b0e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN \
|
|||
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armv7hf"; fi \
|
||||
\
|
||||
&& curl -J -L -o /tmp/plexmediaserver.tgz \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.31.2.6739-a87e876bd/synology/PlexMediaServer-1.31.2.6739-a87e876bd-${ARCH}_DSM6.spk" \
|
||||
"https://downloads.plex.tv/plex-media-server-new/1.31.2.6810-a607d384f/synology/PlexMediaServer-1.31.2.6810-a607d384f-${ARCH}_DSM6.spk" \
|
||||
\
|
||||
&& mkdir /usr/lib/plexmediaserver \
|
||||
&& tar -xOf /tmp/plexmediaserver.tgz package.tgz | tar -xzf - -C /usr/lib/plexmediaserver/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue