Skip to content

Instantly share code, notes, and snippets.

View rjpcasalino's full-sized avatar
🌴
on a wire trip

Ryan J.P. Casalino rjpcasalino

🌴
on a wire trip
View GitHub Profile

Adding PIXEL/GUI to Raspbian Lite

These 'notes' were primarily intended for my own consumption but since there have been surprisingly many comments to it over the years I wanted to do some updates and clarifications. Thanks for all comments.

These instructions will require you to have connection to internet from your pi, WiFi, Ethernet or by some other means like a 3G USB dongle or something.

Preparations

// make change to .gitignore
git rm --cached <filename>
// or, for all files
git rm -r --cached .
git add .
// then