Skip to content

Instantly share code, notes, and snippets.

@montyanderson
Last active August 29, 2015 14:17
Show Gist options
  • Save montyanderson/f2e462933927b67eaa9f to your computer and use it in GitHub Desktop.
Save montyanderson/f2e462933927b67eaa9f to your computer and use it in GitHub Desktop.
apt-get update script
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment