Created
September 22, 2014 19:00
-
-
Save ResistanceIsUseless/d5946d4c0f7a6fbfc916 to your computer and use it in GitHub Desktop.
packages for raspi-config for kali linux
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
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20140902-1_all.deb | |
wget http://http.us.debian.org/debian/pool/main/l/lua5.1/lua5.1_5.1.5-4_armel.deb | |
wget http://http.us.debian.org/debian/pool/main/t/triggerhappy/triggerhappy_0.3.4-2_armel.deb | |
dpkg -i raspi-config_20140902-1_all.deb | |
dpkg -i lua5.1_5.1.5-4_armel.deb | |
dpkg -i raspi-config_20121028_all.deb | |
#http://rageweb.info/2013/03/21/raspi-config-in-kali/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment