#!/bin/sh
rsync -avL /etc/apt/sources.list root@${1}:/etc/apt/
rsync -av /var/lib/apt/lists root@${1}:/var/lib/apt/
