From c201278db01a52601a2146845149804c3e486aed Mon Sep 17 00:00:00 2001 From: "Pedro hates github.com" <39959198+pedro-nonfree@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:23:23 +0100 Subject: unzip silently on production guide --- support/doc/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc') diff --git a/support/doc/production.md b/support/doc/production.md index ec1027ea9..fcb379a8a 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -66,7 +66,7 @@ Download the latest version of the Peertube client, unzip it and remove the zip ``` $ cd /var/www/peertube/versions $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" -$ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip +$ sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip ``` Install Peertube: -- cgit v1.2.3