Skip to content

Instantly share code, notes, and snippets.

@itavero
Created November 27, 2015 13:06
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 itavero/a895f02f44af3607fad9 to your computer and use it in GitHub Desktop.
Save itavero/a895f02f44af3607fad9 to your computer and use it in GitHub Desktop.
Remove all of the graphical stuff from Raspbian
#!/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