mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:30:05 +03:00
Apparently eslint complains about contractions
This commit is contained in:
@@ -58,7 +58,7 @@ export const Downloads: Array<Download> = [
|
||||
<code>{`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}</code>
|
||||
</pre>
|
||||
<p>
|
||||
If you don't have <code>curl</code> installed, you can try <code>wget</code> instead:
|
||||
If you do not have <code>curl</code> installed, you can try <code>wget</code> instead:
|
||||
</p>
|
||||
<pre>
|
||||
<code>{`wget -O- https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}</code>
|
||||
|
||||
Reference in New Issue
Block a user