Skip to content

Instantly share code, notes, and snippets.

@dj1020
Created October 20, 2015 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dj1020/78f98125a6ba917f10b4 to your computer and use it in GitHub Desktop.
Save dj1020/78f98125a6ba917f10b4 to your computer and use it in GitHub Desktop.
#!/bin/bash
for pkg in `dpkg --get-selections | egrep -v deinstall | awk '{print $1}' | egrep -v '(dpkg|apt|mysql|mythtv)'` ; do apt-get -y install --reinstall $pkg ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment