Skip to content

Instantly share code, notes, and snippets.

@thehig
Last active August 29, 2015 14:27
Show Gist options
  • Save thehig/3b908f999670e9df11bc to your computer and use it in GitHub Desktop.
Save thehig/3b908f999670e9df11bc to your computer and use it in GitHub Desktop.
kali: raspi-config
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20150706_all.deb
wget http://http.us.debian.org/debian/pool/main/l/lua5.1/lua5.1_5.1.5-8_armel.deb
wget http://http.us.debian.org/debian/pool/main/t/triggerhappy/triggerhappy_0.3.4-2_armel.deb
dpkg -i triggerhappy_0.3.4-2_armel.deb
dpkg -i lua5.1_5.1.5-4_armel.deb
dpkg -i raspi-config_20130525_all.deb
@Skymetal
Copy link

Should be: dpkg -i lua5.1_5.1.5-8_armel.deb
Is currently: dpkg -i lua5.1_5.1.5-4_armel.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment