Merge pull request #113 from Kortho/patch-2

added net-tools to debian-based install command
pull/135/head
Sami Mokaddem 2019-07-02 16:46:59 +02:00 committed by GitHub
commit 16144e1acc
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=$?