From a5f205227ee80c633bcc70191762dd0f522760df Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 17 May 2018 03:21:24 -0400 Subject: do_apt_update(): Strip leading tabs in APT sources --- (limited to 'inst') 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 -- cgit v0.9.1