From 8ad0d444e30374684f64168bf669ba5d235455d3 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 23 Apr 2017 16:58:54 +0200 Subject: [PATCH] update the sources list if needed when unpacking the tarball --- zlibs/bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index a2ef358..f0d1e3e 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -148,6 +148,8 @@ bootstrap_tar_unpack() { exit 1 fi + conf_print_sourceslist | sudo tee $strapdir/etc/apt/sources.list >/dev/null + cat </dev/null #!/bin/sh apt-get update