added net-tools to debian-based install command

needed to run the netstat command
pull/113/head
Kortho 2019-07-02 09:14:35 +02:00 committed by GitHub
parent 8dae1b1524
commit 71fc511c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if ! id zmqs >/dev/null 2>&1; then
fi
fi
sudo apt-get install python3-virtualenv virtualenv screen redis-server unzip -y
sudo apt-get install python3-virtualenv virtualenv screen redis-server unzip net-tools -y
if [ -z "$VIRTUAL_ENV" ]; then
virtualenv -p python3 DASHENV ; DASH_VENV=$?