#!/bin/bash
# Run this script on obtaining a fresh install, and be sure to execute the commands at the end.  
# make sure that you have already done the debconf-set-selelections command
# and configured apt to be able to download from debian.lcs

for i in `cat /root/debnames`; do dpkg -i /root/newdebs/$i; done
