Use -s/-q for Curl command in Debuntu

Makes the output nicer when people run it.
This commit is contained in:
Joshua M. Boniface
2024-04-07 16:47:11 -04:00
parent b868933a7b
commit 839a5c415c
+3 -3
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">