Skip to content

Instantly share code, notes, and snippets.

@binkybear
Created August 20, 2015 19:07
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 binkybear/663f594af14758e5c883 to your computer and use it in GitHub Desktop.
Save binkybear/663f594af14758e5c883 to your computer and use it in GitHub Desktop.
raspi-config in kali
apt-get update && apt-get install triggerhappy lua5.1
# Find latest raspi-config from: http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20150706_all.deb -O raspi-config.deb
dpkg -i raspi-config.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment