|
|
If you are using a RaspiOS (Raspbian) image on your Raspberry Pi, run the following commands as root to switch to this repository: echo "deb http://rpi.rutgers.edu/raspbian/raspbian/ buster main contrib non-free rpi" > /etc/apt/sources.list echo "deb http://rpi.rutgers.edu/archive.raspberrypi.org/debian/ buster main ui" > /etc/apt/sources.list.d/raspi.list wget http://rpi.rutgers.edu/rpi.key; apt-key add rpi.key apt-get update |