summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst b/inst
index 49126ab..5243c86 100755
--- a/inst
+++ b/inst
@@ -269,7 +269,7 @@ do_apt_update()
{
info 'Downloading package lists'
- cat >"${target}/etc/apt/sources.list" <<-EOF
+ sed 's/^\t*//;' >"${target}/etc/apt/sources.list" <<-EOF
${apt_sources}
EOF