summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/00-sources.list
blob: 49eaf049d5cacc65db20f8f56057b26ea3f63e66 (plain)
1
2
3
4
5
#!/bin/sh
for file in /root/config/*; do [ -r $file ] && . $file; done

sed -i -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" /etc/apt/sources.list