Created
November 27, 2015 13:06
-
-
Save itavero/a895f02f44af3607fad9 to your computer and use it in GitHub Desktop.
Remove all of the graphical stuff from Raspbian
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
#!/usr/bin/env | |
# Still a work in progress... | |
sudo apt-get remove -y --auto-remove --purge libx11-* | |
sudo apt-get autoremove -y --purge | |
# Run raspi config to disable boot via GUI | |
sudo raspi-config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment