Mercurial > code > home > repos > infra
diff apt.py @ 211:adb34a04ca43
note
author | drewp@bigasterisk.com |
---|---|
date | Thu, 03 Aug 2023 14:03:37 -0700 |
parents | 5b7cd39e6504 |
children | 8ef74d3a11ac |
line wrap: on
line diff
--- a/apt.py Sun Jul 30 21:56:01 2023 -0700 +++ b/apt.py Thu Aug 03 14:03:37 2023 -0700 @@ -31,6 +31,9 @@ # this contaminates the apt-update files.file(path="/etc/apt/trusted.gpg.d/podman.asc", present=False) + # also these + #-rw-r--r-- 1 root root 2794 Mar 26 2021 /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg + #-rw-r--r-- 1 root root 1733 Mar 26 2021 /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg dir = Path('/etc/apt/sources.list.d')