Mercurial > code > home > repos > infra
changeset 211:adb34a04ca43
note
author | drewp@bigasterisk.com |
---|---|
date | Thu, 03 Aug 2023 14:03:37 -0700 |
parents | b1e897c9e5c3 |
children | 160b29338911 |
files | apt.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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')