소스 검색

Update plex-install.sh

move trusted.gpg
tteckster 2 년 전
부모
커밋
0e9aa8e620
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      install/plex-install.sh

+ 1 - 0
install/plex-install.sh

@@ -39,6 +39,7 @@ fi
 msg_info "Setting Up Plex Media Server Repository"
 msg_info "Setting Up Plex Media Server Repository"
 $STD apt-key add <(curl -fsSL https://downloads.plex.tv/plex-keys/PlexSign.key)
 $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'
 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_ok "Set Up Plex Media Server Repository"
 
 
 msg_info "Installing Plex Media Server"
 msg_info "Installing Plex Media Server"