Skip to content

Commit

Permalink
Fix linting errors (pass 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 21, 2023
1 parent deff148 commit 98a8b6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/general/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If you would prefer to install everything manually, the full steps are as follow
:::note
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.
* `${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 @@ -252,7 +252,6 @@ The repository is the preferred way to obtain Jellyfin on Debian and Ubuntu syst
:::
4. Use `apt` to install any missing dependencies:
```sh
Expand Down

0 comments on commit 98a8b6e

Please sign in to comment.