Created
August 20, 2015 19:07
-
-
Save binkybear/663f594af14758e5c883 to your computer and use it in GitHub Desktop.
raspi-config in kali
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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