Skip to content

Instantly share code, notes, and snippets.

@mfcodeworks
Created November 8, 2018 03:27
Show Gist options
  • Save mfcodeworks/40234a0591e696385e967487cfedd464 to your computer and use it in GitHub Desktop.
Save mfcodeworks/40234a0591e696385e967487cfedd464 to your computer and use it in GitHub Desktop.
Auto-update all apt packages in Debian/Ubuntu
#!/bin/bash
sudo apt update
sudo apt upgrade -y
sudo apt dist-upgrade -y
sudo apt autoremove -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment