Skip to content

Commit d9852df

Browse files
committed
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.
1 parent 5bae757 commit d9852df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/30_update_plex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ "$VERSION" != "$INSTALLED" ]]; then
2121
echo "Upgradeing from version: $INSTALLED to version: $VERSION"
2222
while [[ $last -ne "0" ]]; do
2323
rm -f /tmp/plexmediaserver_*.deb
24-
wget -P /tmp "https://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb"
24+
wget -P /tmp "https://downloads.plex.tv/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb"
2525
last=$?
2626
done
2727
apt-get remove --purge -y plexmediaserver

0 commit comments

Comments
 (0)