#!/bin/sh
## restore with:
## aptitude update && aptitude install `cat /etc/installed.txt`

dpkg --get-selections | grep '[[:space:]]install$' | grep -v 'deinstall$' | awk '{print $1}' > /home/backups/sendto_dubhe/installed.txt