From 4514a727620098724da59ce26b5bf130595b2ceb Mon Sep 17 00:00:00 2001 From: Tamas K Lengyel Date: Mon, 30 Sep 2024 19:07:37 -0400 Subject: [PATCH] Add python3-setuptools to install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2220862e6..b9a987391 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -121,7 +121,7 @@ dpkg -i $PACKAGE_DIR/*xen*.deb dpkg -i $PACKAGE_DIR/*drakvuf-bundle*.deb apt-get -f --yes install -apt-get --quiet --yes install python3-pip python3-venv +apt-get --quiet --yes install python3-pip python3-venv python3-setuptools python3 -m venv /opt/volatility3 source /opt/volatility3/bin/activate