Skip to content

Instantly share code, notes, and snippets.

@greenygh0st
Created October 10, 2023 04:57
Show Gist options
  • Save greenygh0st/d9edcc9a84d7200630bc801eae292534 to your computer and use it in GitHub Desktop.
Save greenygh0st/d9edcc9a84d7200630bc801eae292534 to your computer and use it in GitHub Desktop.
Only install security updates on Ubuntu
sudo apt-get -s dist-upgrade | grep "^Inst" | grep -i securi | awk -F " " {'print $2'} | xargs sudo apt-get install -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment