X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=c97df5182dc131ebb983ce3802d4658a032e7e58;hb=246e575caf357c06b97fc728cb78295ab3bd8630;hp=6c0f446642d15916512a929ce22caad4ef9a71f2;hpb=f5bedaabc8ab8e0fa29238b70ab66bd7d37095d1;p=distro-setup diff --git a/distro-end b/distro-end index 6c0f446..c97df51 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 <~/.local/distro-end echo "$0: $(date): ending now)" exit 0 ;;