Mercurial > code > home > repos > infra
diff apt.py @ 209:5b7cd39e6504
add coral driver
author | drewp@bigasterisk.com |
---|---|
date | Sat, 22 Jul 2023 12:07:47 -0700 |
parents | 3fd439ae1380 |
children | adb34a04ca43 |
line wrap: on
line diff
--- a/apt.py Fri Jul 21 20:24:22 2023 -0700 +++ b/apt.py Sat Jul 22 12:07:47 2023 -0700 @@ -24,6 +24,7 @@ ('https://dl.google.com/linux/linux_signing_key.pub', 'chrome.gpg'), ('https://ftp-master.debian.org/keys/archive-key-11.asc', 'bullseye.gpg'), ('https://ftp-master.debian.org/keys/archive-key-11-security.asc', 'bullseye-security.gpg'), + ('https://packages.cloud.google.com/apt/doc/apt-key.gpg', 'coral.gpg'), ] ]) if host.get_fact(Arch) == 'armv7l' or host.name == 'bang': # I mean raspbian/debian