Skip to content

Instantly share code, notes, and snippets.

@mathieuletyrant
Created September 4, 2014 08:20
Show Gist options
  • Save mathieuletyrant/06f86b39283743795f0e to your computer and use it in GitHub Desktop.
Save mathieuletyrant/06f86b39283743795f0e to your computer and use it in GitHub Desktop.
Upgrade Debian
#!/bin/bash
aptitude update &&
aptitude upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment