Skip to content

Instantly share code, notes, and snippets.

@philipp-r
Created February 3, 2016 14:29
Show Gist options
  • Save philipp-r/53473876f6b376803c36 to your computer and use it in GitHub Desktop.
Save philipp-r/53473876f6b376803c36 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get update
apt-get -yt $(lsb_release -cs)-security dist-upgrade
apt-get --trivial-only dist-upgrade
apt-get autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment