fix: [server install] add unzip

pull/8/head
Terrtia 2019-01-31 15:36:53 +01:00
parent 3bfb256821
commit 98ab29ae9f
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
set -x
sudo apt-get install python3-pip virtualenv screen whois -y
sudo apt-get install python3-pip virtualenv screen whois unzip -y
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv -p python3 D4ENV