Skip to content

Instantly share code, notes, and snippets.

@aveao
Last active March 10, 2017 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveao/6acdcac71bc3f19986e7047e1440cc65 to your computer and use it in GitHub Desktop.
Save aveao/6acdcac71bc3f19986e7047e1440cc65 to your computer and use it in GitHub Desktop.
CHIPSEC installer
#!/bin/sh
sudo apt install build-essential python-dev python gcc linux-headers-$(uname -r) nasm -y
wget https://bootstrap.pypa.io/get-pip.py
python2 get-pip.py
sudo -H pip2 install setuptools
sudo -H pip2 install chipsec
echo "Done! You should be able to run 'sudo python2 -m chipsec_main' or 'sudo python2 -m chipsec_util' now."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment