On Fri, 7 Feb 2025 09:26:13 -0500
Dan Ritter <d...@randomstring.org> wrote:

> > 4) Do you know of any method to "undo" this modernization?   
> 
> You can do it by hand, or write a small script to produce the
> one-line format from the deb822 format.

Even simpler and less error prone is to copy the backup files created
during the modernization back to their original names. E.g:

cd /etc/apt
cp -p sources.list.bak sources.list

and then get rid of the modernized files:

find -type f -iname '*.sources' | xargs rm

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

Reply via email to