Skip to content

Instantly share code, notes, and snippets.

@kerkenit
Created February 19, 2022 11:37
Show Gist options
  • Save kerkenit/494ea0665c8e82bb303c510f2ac95c9f to your computer and use it in GitHub Desktop.
Save kerkenit/494ea0665c8e82bb303c510f2ac95c9f to your computer and use it in GitHub Desktop.
Update RaspberryPi
sudo mount -o remount, rw /boot/ && sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo reboot
@kerkenit
Copy link
Author

kerkenit commented Feb 19, 2022

sudo curl -sSLk https://mvtk.nl/update | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment