Last active
December 18, 2015 04:19
-
-
Save lukaszkorecki/5724476 to your computer and use it in GitHub Desktop.
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
| sudo apt-get remove -y xserver-xorg* x11-* | |
| sudo apt-get -y autoremove | |
| sudo apt-get update | |
| sudo apt-get install -y git-core vim build-essential | |
| # then run | |
| raspi-config | |
| # to alocate 1mb to the video driver and you have a nice cheap dev machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment