Skip to content

Instantly share code, notes, and snippets.

@willpiner
Created July 24, 2013 18:18
Show Gist options
  • Save willpiner/6073076 to your computer and use it in GitHub Desktop.
Save willpiner/6073076 to your computer and use it in GitHub Desktop.
Auto update and upgrade Ubuntu
#!/bin/bash
sudo apt-get update && sudo apt-get -y upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment