fix: [server install] add screen

pull/8/head
Terrtia 2019-01-18 16:08:19 +01:00
parent fe2b98dd93
commit b37aa38d3b
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 -y
sudo apt-get install python3-pip virtualenv screen -y
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv -p python3 D4ENV