From efa353f9bfab8d4e794bdfcda2a94567f1b0822f Mon Sep 17 00:00:00 2001 From: Gordon GECOS Date: Sun, 14 Mar 2021 18:52:42 -0400 Subject: fixup! selfstrap: include sid in written sources.list if sid is included on run system sources.list --- selfstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/selfstrap b/selfstrap index 60ac969..09611a6 100755 --- a/selfstrap +++ b/selfstrap @@ -221,6 +221,7 @@ write_sources_list() then printf '%s\n' \ "deb ${debian_mirror} sid main contrib non-free" + fi if [ "$target_release" = stretch ] then printf '%s\n' \ -- cgit v1.2.3