Skip to content

Commit

Permalink
Add python3-setuptools to install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tklengyel committed Sep 30, 2024
1 parent ce53ef0 commit 4514a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4514a72

Please # to comment.