mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-23 00:33:20 +01:00
Update plex-install.sh
move trusted.gpg
This commit is contained in:
parent
02c542d9db
commit
0e9aa8e620
@ -39,6 +39,7 @@ fi
|
||||
msg_info "Setting Up Plex Media Server Repository"
|
||||
$STD apt-key add <(curl -fsSL https://downloads.plex.tv/plex-keys/PlexSign.key)
|
||||
sh -c 'echo "deb [arch=$(dpkg --print-architecture)] https://downloads.plex.tv/repo/deb/ public main" > /etc/apt/sources.list.d/plexmediaserver.list'
|
||||
mv -f /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/ &>/dev/null
|
||||
msg_ok "Set Up Plex Media Server Repository"
|
||||
|
||||
msg_info "Installing Plex Media Server"
|
||||
|
Loading…
Reference in New Issue
Block a user