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: