Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few more little nitpicks #726

Merged
merged 3 commits into from
Oct 28, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/general/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ If you would prefer to install everything manually, the full steps are as follow
sudo apt install curl gnupg
```

2. On Ubuntu (and derivatives) only, enable the Universe repository to obtain all the FFMpeg dependencies:
2. On Ubuntu (and derivatives) only, enable the Universe repository to obtain all the FFmpeg dependencies:

```sh
sudo add-apt-repository universe
Expand Down Expand Up @@ -177,7 +177,7 @@ If you would prefer to install everything manually, the full steps are as follow
The supported values for the above variables are:

* `${VERSION_OS}`: One of `debian` or `ubuntu`; if it is not, use the closest one for your distribution.
* `${VERSION_CODENAME}: One of our supported [Debian](https://github.com/jellyfin/jellyfin-metapackages/blob/master/install-debuntu.sh#L7) or [Ubuntu](https://github.com/jellyfin/jellyfin-metapackages/blob/master/install-debuntu.sh#L8) release codenames. These can change as new releases come out and old releases are dropped, so check the script to be sure yours is supported.
* `${VERSION_CODENAME}`: One of our supported [Debian](https://github.com/jellyfin/jellyfin-metapackages/blob/master/install-debuntu.sh#L7) or [Ubuntu](https://github.com/jellyfin/jellyfin-metapackages/blob/master/install-debuntu.sh#L8) release codenames. These can change as new releases come out and old releases are dropped, so check the script to be sure yours is supported.
* `${DPKG_ARCHITECTURE}`: One of our [supported architectures](https://github.com/jellyfin/jellyfin-metapackages/blob/master/install-debuntu.sh#L6). Microsoft does not provide a .NET for 32-bit x86 Linux systems, and hence Jellyfin is **not** supported on the `i386` architecture.

:::
Expand Down Expand Up @@ -223,7 +223,7 @@ The repository is the preferred way to obtain Jellyfin on Debian and Ubuntu syst

:::

1. On Ubuntu (and derivatives) only, enable the Universe repository to obtain all the FFMpeg dependencies:
1. On Ubuntu (and derivatives) only, enable the Universe repository to obtain all the FFmpeg dependencies:

```sh
sudo add-apt-repository universe
Expand All @@ -236,7 +236,7 @@ The repository is the preferred way to obtain Jellyfin on Debian and Ubuntu syst

:::

On Debian, you can also enable the `non-free` components of your base repositories for additional FFMpeg dependencies, but this is optional.
On Debian, you can also enable the `non-free` components of your base repositories for additional FFmpeg dependencies, but this is optional.

2. Download the desired `jellyfin-server`, `jellyfin-web`, and `jellyfin-ffmpeg` `.deb` packages from the repository; `jellyfin` is a metapackage and is not required.

Expand Down
Loading