Skip to content

Commit

Permalink
And do it again
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 21, 2023
1 parent cd0d937 commit 196f98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ 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 <code>curl</code>.
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

Replace `{'·'}⏎··············<code>wget·-O-</code>·instead·of` with `·<code>wget·-O-</code>·instead·of{'·'}⏎·············`
<code>wget -O-</code> instead of <code>curl</code>.
</p>
<p>
For more advanced users, the full steps can be [found in the
Expand Down

0 comments on commit 196f98b

Please sign in to comment.