Skip to content

Instantly share code, notes, and snippets.

@mateuszdw
Last active November 18, 2023 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mateuszdw/503f90e21d71ff425226354f7532c79d to your computer and use it in GitHub Desktop.
Save mateuszdw/503f90e21d71ff425226354f7532c79d to your computer and use it in GitHub Desktop.
Debian or Ubuntu security updates from the command line?
sudo apt list --upgradable | grep security |cut -d\/ -f1|xargs sudo apt-get install -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment