Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Update plex-install.sh
Browse files Browse the repository at this point in the history
update keyring location
  • Loading branch information
tteck authored Feb 20, 2024
1 parent 25a9708 commit 2171405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/plex-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if [[ "$CTTYPE" == "0" ]]; then
fi

msg_info "Setting Up Plex Media Server Repository"
wget -qO- https://downloads.plex.tv/plex-keys/PlexSign.key >/etc/apt/trusted.gpg.d/PlexSign.asc
echo "deb [arch=$(dpkg --print-architecture)] https://downloads.plex.tv/repo/deb/ public main" >/etc/apt/sources.list.d/plexmediaserver.list
wget -qO- https://downloads.plex.tv/plex-keys/PlexSign.key >/usr/share/keyrings/PlexSign.asc
echo "deb [signed-by=/usr/share/keyrings/PlexSign.asc] https://downloads.plex.tv/repo/deb/ public main" >/etc/apt/sources.list.d/plexmediaserver.list
msg_ok "Set Up Plex Media Server Repository"

msg_info "Installing Plex Media Server"
Expand Down

0 comments on commit 2171405

Please sign in to comment.