mirror of https://github.com/MISP/misp-dashboard
Merge pull request #113 from Kortho/patch-2
added net-tools to debian-based install commandpull/135/head
commit
16144e1acc
|
@ -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=$?
|
||||
|
|
Loading…
Reference in New Issue