소스 검색

Update jellyfin_setup.sh

tteckster 3 년 전
부모
커밋
01a73379bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup/jellyfin_setup.sh

+ 1 - 1
setup/jellyfin_setup.sh

@@ -50,7 +50,7 @@ apt-get -qqy install \
 /bin/chmod 660 /dev/dri/*
 
 echo -e "${CHECKMARK} \e[1;92m Setting Up Jellyfin Repository... \e[0m"
-wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add - &>/dev/null
+wget -q -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add - &>/dev/null
 echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main" | tee /etc/apt/sources.list.d/jellyfin.list &>/dev/null
 echo -e "${CHECKMARK} \e[1;92m Installing Jellyfin... \e[0m"
 apt update &>/dev/null