Merge pull request #44 from SteveClement/master

- Added missing dependency "unzip"
pull/54/head
Steve Clement 2018-03-16 00:09:14 +09:00 committed by GitHub
commit cb88714759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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