From 33b30be0b8680d253f94e288d329a68c777469d9 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Tue, 26 Feb 2019 10:37:02 -0800 Subject: [PATCH] Install missing psutil Python package Required by utils/netstat.py Fixes #237 --- vm/root-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/root-bootstrap.sh b/vm/root-bootstrap.sh index ac44298..fde71ef 100755 --- a/vm/root-bootstrap.sh +++ b/vm/root-bootstrap.sh @@ -55,6 +55,7 @@ apt-get install -y --no-install-recommends \ python-dev \ python-ipaddr \ python-pip \ + python-psutil \ python-scapy \ python-setuptools \ sublime-text-installer \