Skip to content

Commit

Permalink
Fix spacing and link in downloads (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface authored Oct 28, 2023
1 parent 5bd7f8a commit fec0ee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ export const Downloads: Array<Download> = [
<code>{`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}</code>
</pre>
<p>
If you do not have <code>curl</code> installed, you can use
<code>wget -O-</code> instead of
If you do not have <code>curl</code> installed, you can use{' '}

Check failure on line 61 in src/data/downloads.tsx

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Delete `{'·'}⏎·············`
<code>wget -O-</code> instead of{' '}
<code>curl</code>.
</p>
<p>
For more advanced users, the full steps can be [found in the
docs](https://jellyfin.org/docs/general/installation/linux#debuntu).
For more advanced users, the full steps can be <a href="https://jellyfin.org/docs/general/installation/linux#debuntu-debian-ubuntu-and-derivatives-using-apt">

Check failure on line 66 in src/data/downloads.tsx

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Replace `·<a·href="https://jellyfin.org/docs/general/installation/linux#debuntu-debian-ubuntu-and-derivatives-using-apt"` with `{'·'}⏎··············<a·href='https://jellyfin.org/docs/general/installation/linux#debuntu-debian-ubuntu-and-derivatives-using-apt'`
found in the docs</a>.

Check failure on line 67 in src/data/downloads.tsx

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Replace `··············found·in·the·docs</a>` with `················found·in·the·docs⏎··············</a>⏎··············`
</p>
<p className='margin-bottom--none'>
Once installed, Jellyfin will be running as a service. Manage it with{' '}
Expand Down

0 comments on commit fec0ee9

Please sign in to comment.