Skip to content

Instantly share code, notes, and snippets.

@seeker
Last active August 22, 2016 06:34
Show Gist options
  • Save seeker/90817a9feb3625c692d34b915d924149 to your computer and use it in GitHub Desktop.
Save seeker/90817a9feb3625c692d34b915d924149 to your computer and use it in GitHub Desktop.
Check for updates using apt
#!/bin/sh
sudo apt-get update
sudo apt-get upgrade --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment