aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorPedro hates github.com <39959198+pedro-nonfree@users.noreply.github.com>2021-03-03 12:23:23 +0100
committerRigel Kent <par@rigelk.eu>2021-03-03 14:58:28 +0100
commitc201278db01a52601a2146845149804c3e486aed (patch)
treed821c2f4f115afc1689befbef1baafa154be3681 /support
parent5a22296bdb0e82e6318c46335248eee49fb90e11 (diff)
downloadPeerTube-c201278db01a52601a2146845149804c3e486aed.tar.gz
PeerTube-c201278db01a52601a2146845149804c3e486aed.tar.zst
PeerTube-c201278db01a52601a2146845149804c3e486aed.zip
unzip silently on production guide
Diffstat (limited to 'support')
-rw-r--r--support/doc/production.md2
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
72Install Peertube: 72Install Peertube: