Merge pull request #941 from jellyfin/silent

Use -s/-q for Curl command in Debuntu
This commit is contained in:
Tim Eisele 2024-04-07 23:13:26 +02:00 committed by GitHub
commit 8f8fce3dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,12 +116,12 @@ docker run -d -v /srv/jellyfin/config:/config -v /srv/jellyfin/cache:/cache -v /
details: (
<>
<pre>
<code>{`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}</code>
<code>{`curl -s 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>.
<code>wget -q -O-</code> instead of{' '}
<code>curl -s</code>.
</p>
<p>
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">