Skip to content

Instantly share code, notes, and snippets.

@mikeblakeuk
Last active September 4, 2020 11:56
Show Gist options
  • Save mikeblakeuk/38615ea73e12821565ee756d48f912cc to your computer and use it in GitHub Desktop.
Save mikeblakeuk/38615ea73e12821565ee756d48f912cc to your computer and use it in GitHub Desktop.
PI 4 T4.sh
#RDP
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xrdp
hostname -I
#LCD
#NOT git clone https://github.com/goodtft/LCD-show.git
Use https://github.com/MrYacha/LCD-show
sudo rm -rf LCD-show
git clone https://github.com/MrYacha/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment