Skip to content

Instantly share code, notes, and snippets.

@MitchRatquest
Created February 3, 2017 19:19
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 MitchRatquest/be1394b3a261320b2ec25ac08b615a8e to your computer and use it in GitHub Desktop.
Save MitchRatquest/be1394b3a261320b2ec25ac08b615a8e to your computer and use it in GitHub Desktop.
install luakit armhf
#!/bin/bash
wget http://launchpadlibrarian.net/218139665/luakit_2012.09.13-r1-8_armhf.deb
sudo dpkg -i luakit_2012.09.13-r1-8_armhf.deb
sudo apt-get -f install -y #you'll need roughly 32mb free space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment