From d9852df4cb1ca68bc2bbf74163b3c8db57c98d46 Mon Sep 17 00:00:00 2001 From: Sean Dion Date: Thu, 12 Nov 2015 15:15:29 -0600 Subject: [PATCH] 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. --- init/30_update_plex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/30_update_plex.sh b/init/30_update_plex.sh index a43e831..980a9bb 100644 --- a/init/30_update_plex.sh +++ b/init/30_update_plex.sh @@ -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