Skip to content

Commit

Permalink
Make eslint happy event though it's worse
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 21, 2023
1 parent 98a8b6e commit e12e8e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/data/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ export const Downloads: Array<Download> = [
<pre>
<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 <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).</p>
<p>If you do not have <code>curl</code> installed, you can use <code>wget -O-</code> instead of{' '}

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

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Insert `⏎··············`
<code>curl</code>.</p>

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

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Replace `<code>curl</code>.` with `··<code>curl</code>.⏎············`
<p>For more advanced users, the full steps can be [found in the

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

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Insert `⏎··············`
docs](https://jellyfin.org/docs/general/installation/linux#debuntu).</p>

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

View workflow job for this annotation

GitHub Actions / Lint TypeScript/JavaScript

Replace `docs](https://jellyfin.org/docs/general/installation/linux#debuntu).` with `··docs](https://jellyfin.org/docs/general/installation/linux#debuntu).⏎············`
<p className='margin-bottom--none'>
Once installed, Jellyfin will be running as a service. Manage it with{' '}
<code>{'sudo systemctl {action} jellyfin.service'}</code> or{' '}
Expand Down

0 comments on commit e12e8e8

Please sign in to comment.