diff --git a/setup/jellyfin2_setup.sh b/setup/jellyfin2_setup.sh index 950b386d..9c916593 100644 --- a/setup/jellyfin2_setup.sh +++ b/setup/jellyfin2_setup.sh @@ -68,7 +68,7 @@ apt-get -y install \ echo -e "${CHECKMARK} \e[1;92m Setting Up Jellyfin Repository... \e[0m" 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/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list &>/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-get update &>/dev/null apt-get install jellyfin -y &>/dev/null