Skip to content

Instantly share code, notes, and snippets.

@Tab3r
Created November 7, 2016 17:33
Show Gist options
  • Save Tab3r/68ba00b2c877e7b5536c45a6265860f3 to your computer and use it in GitHub Desktop.
Save Tab3r/68ba00b2c877e7b5536c45a6265860f3 to your computer and use it in GitHub Desktop.
Obtain security updates in Ubuntu Server
sudo /usr/lib/update-notifier/apt-check --human-readable | awk -v RS=[0-9]+ '{print RT+0;exit}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment