summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
Diffstat (limited to 'inst')
-rwxr-xr-xinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/inst b/inst
index d4912c9..1164c43 100755
--- a/inst
+++ b/inst
@@ -269,6 +269,10 @@ do_apt_update()
{
info 'Downloading package lists'
+ cat >"${target}/etc/apt/sources.list" <<-EOF
+ ${apt_sources}
+ EOF
+
in_target apt-get update || return 1
return 0