mirror of https://github.com/MISP/misp-dashboard
added net-tools to debian-based install command
needed to run the netstat commandpull/113/head
parent
8dae1b1524
commit
71fc511c61
|
@ -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