diff options
author | Pedro hates github.com <39959198+pedro-nonfree@users.noreply.github.com> | 2021-03-03 12:23:23 +0100 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2021-03-03 14:58:28 +0100 |
commit | c201278db01a52601a2146845149804c3e486aed (patch) | |
tree | d821c2f4f115afc1689befbef1baafa154be3681 | |
parent | 5a22296bdb0e82e6318c46335248eee49fb90e11 (diff) | |
download | PeerTube-c201278db01a52601a2146845149804c3e486aed.tar.gz PeerTube-c201278db01a52601a2146845149804c3e486aed.tar.zst PeerTube-c201278db01a52601a2146845149804c3e486aed.zip |
unzip silently on production guide
-rw-r--r-- | support/doc/production.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
66 | ``` | 66 | ``` |
67 | $ cd /var/www/peertube/versions | 67 | $ cd /var/www/peertube/versions |
68 | $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" | 68 | $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/download/${VERSION}/peertube-${VERSION}.zip" |
69 | $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip | 69 | $ sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip |
70 | ``` | 70 | ``` |
71 | 71 | ||
72 | Install Peertube: | 72 | Install Peertube: |