From e244de8be46bc949d670f625f1fc2fc21e479661 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 de0e67c..ecd083d 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -147,6 +147,8 @@ bootstrap_tar_unpack() { sudo mkdir -p ${unpath}/{boot,dev,sys,proc} fi + conf_print_sourceslist | sudo tee $strapdir/etc/apt/sources.list >/dev/null + cat </dev/null #!/bin/sh apt-get update