We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae757 commit d9852dfCopy full SHA for d9852df
1 file changed
init/30_update_plex.sh
@@ -21,7 +21,7 @@ if [[ "$VERSION" != "$INSTALLED" ]]; then
21
echo "Upgradeing from version: $INSTALLED to version: $VERSION"
22
while [[ $last -ne "0" ]]; do
23
rm -f /tmp/plexmediaserver_*.deb
24
- 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"
25
last=$?
26
done
27
apt-get remove --purge -y plexmediaserver
0 commit comments