X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-end;h=2bb61ed367bd8c623245fdb905151181ad3275b5;hp=6c0f446642d15916512a929ce22caad4ef9a71f2;hb=c578efcab3f35b96b1b3e4e7248f0fa24d815594;hpb=2f7b266e782347022b68c5c8e8fbe9292492c343 diff --git a/distro-end b/distro-end index 6c0f446..2bb61ed 100755 --- a/distro-end +++ b/distro-end @@ -289,14 +289,14 @@ EOF # dont use buster because it causes dist-upgrade to think its downgrading # packages while really just reinstalling the same version. f=/etc/apt/apt.conf.d/01iank - rm -f $f + s rm -f $f # # stupid buster uses some key algorithm not supported by flidas gpg that apt uses. # s dd of=/etc/apt/apt.conf.d/01iank <<'EOF' # Acquire::AllowInsecureRepositories "true"; # EOF f=/etc/apt/sources.list.d/buster.list - rm -f $f + s rm -f $f # t=$(mktemp) # cat >$t <