TIL about how to update Raspberry Pi
POSTED ON:
TAGS: ssh raspberrypi
- Log into the raspberry pi
PS C:> ssh pi@192.168.1.xxx
If you haven't changed your default password, it's raspberry
.
- Update the OS
sudo apt update
sudo apt full-upgrade
- From there, you can update your pihole!
Related to: SSH Pi Hole Update
- Finally, reboot if you do any updates.
sudo reboot
Related TILs
Tagged: ssh