Showing posts with label raspberry pi os lite. Show all posts
Showing posts with label raspberry pi os lite. Show all posts

Friday, May 3, 2024

update pidp11 raspberrypi lite os to have gui / desktop

 

  apt update
  apt upgrade
  apt -y install xserver-xorg
  apt -y install raspberrypi-ui-mods
  apt -y install lightdm


--30--