diff --git a/docs/general/installation/linux.md b/docs/general/installation/linux.md index f9d7d5e87..e06b51c99 100644 --- a/docs/general/installation/linux.md +++ b/docs/general/installation/linux.md @@ -103,7 +103,7 @@ curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash :::note -You can verify the script download integrity with (requires `sha256sum`) with: +You can verify the script download integrity with (requires `sha256sum`): ```sh diff <( curl -s https://repo.jellyfin.org/install-debuntu.sh -o install-debuntu.sh; sha256sum install-debuntu.sh ) <( curl -s https://repo.jellyfin.org/install-debuntu.sh.sha256sum )