mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-16 02:02:58 -07:00
Run wget with -q when installing (#146)
This commit is contained in:
parent
88a759a79c
commit
7d24834d24
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ It has gone away to keep things simpler and more secure. You can either provide
|
|||
In the old days, this used to be a bit of a chore. But no more!
|
||||
|
||||
```
|
||||
bash -c "$(wget -O - https://raw.githubusercontent.com/mrworf/plexupdate/master/extras/installer.sh)"
|
||||
bash -c "$(wget -qO - https://raw.githubusercontent.com/mrworf/plexupdate/master/extras/installer.sh)"
|
||||
```
|
||||
|
||||
will automatically install the tool as well as any dependencies. This has been tested on Ubuntu, Fedora and CentOS but should, for the most part, work on any modern Linux distribution.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue