Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

dependencies on debian install docu #348

Open
flece opened this issue May 20, 2020 · 0 comments
Open

dependencies on debian install docu #348

flece opened this issue May 20, 2020 · 0 comments

Comments

@flece
Copy link

flece commented May 20, 2020

https://jellyfin.org/docs/general/administration/installing.html#debian

package "lsb-release" is not essential, so do not rely on this.

you can use:
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian $( grep VERSION_CODENAME /etc/os-release |cut -d"=" -f2 ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list

package "wget" is not essential, so add it to prerequisites.
sudo apt install apt-transport-https wget

thx flece

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant