From 7d24834d24250f5a2273a01f14a5956b5874015b Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Fri, 9 Dec 2016 22:23:33 -0800 Subject: [PATCH] Run wget with -q when installing (#146) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7706a45..1c0735f 100644 --- a/README.md +++ b/README.md @@ -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.