1
0
Fork 0

unzip silently on production guide

This commit is contained in:
Pedro hates github.com 2021-03-03 12:23:23 +01:00 committed by Rigel Kent
parent 5a22296bdb
commit c201278db0
1 changed files with 1 additions and 1 deletions

View File

@ -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: