mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-03-04 11:37:58 +00:00
Merge pull request #941 from jellyfin/silent
Use -s/-q for Curl command in Debuntu
This commit is contained in:
commit
8f8fce3dd1
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user