Skip to content

Instantly share code, notes, and snippets.

@scmrus
Forked from willpiner/update
Created September 25, 2016 12:54
Show Gist options
  • Save scmrus/9767e9c68ce97ed0ec125e701d74ad10 to your computer and use it in GitHub Desktop.
Save scmrus/9767e9c68ce97ed0ec125e701d74ad10 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