- Added missing dependency "unzip"

pull/44/head
Steve Clement 2018-03-16 00:08:25 +09:00
parent 67ee53af06
commit 32e29cf9ef
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