#!/bin/sh for file in /root/config/*; do [ -r $file ] && . $file; done sed -i -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" /etc/apt/sources.list