#!/bin/sh
dpkg --get-selections | sed -e 's/\t.*//g' | xargs -d'\n' apt-get --yes --reinstall --download-only install
