Last active
September 4, 2020 11:56
-
-
Save mikeblakeuk/38615ea73e12821565ee756d48f912cc to your computer and use it in GitHub Desktop.
PI 4 T4.sh
This file contains 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
#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