Skip to content

Instantly share code, notes, and snippets.

@shortword
Created October 1, 2018 03:23
Show Gist options
  • Save shortword/14382477bd383b2d5506aa0d0a522cb7 to your computer and use it in GitHub Desktop.
Save shortword/14382477bd383b2d5506aa0d0a522cb7 to your computer and use it in GitHub Desktop.
Update your Armbian system the easy way (as root, on first boot)
apt update
apt dist-upgrade -y
apt autoremove -y
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment