mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-16 01:11:40 +08:00
Update 30_update_plex.sh
Move to current Plex domain. Plexapp.com has a 301 permanent redirect, but some users are not being re-directed.
This commit is contained in:
parent
5bae757aa7
commit
d9852df4cb
@ -21,7 +21,7 @@ if [[ "$VERSION" != "$INSTALLED" ]]; then
|
||||
echo "Upgradeing from version: $INSTALLED to version: $VERSION"
|
||||
while [[ $last -ne "0" ]]; do
|
||||
rm -f /tmp/plexmediaserver_*.deb
|
||||
wget -P /tmp "https://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb"
|
||||
wget -P /tmp "https://downloads.plex.tv/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb"
|
||||
last=$?
|
||||
done
|
||||
apt-get remove --purge -y plexmediaserver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user