diff apt.py @ 235:19a7f714273c

pkg updates, take out nvidia drv for now
author drewp@bigasterisk.com
date Mon, 27 Nov 2023 22:14:07 -0800
parents 8ef74d3a11ac
children b58f05be720a
line wrap: on
line diff
--- a/apt.py	Sun Oct 29 21:27:10 2023 -0700
+++ b/apt.py	Mon Nov 27 22:14:07 2023 -0800
@@ -15,7 +15,7 @@
         files.download(src=url, dest=f'/etc/apt/keyrings/{name}')
 
     # vscode keeps making this, but I fetch my own
-    files.file(path='/etc/apt/trusted.gpg.d/microsoft.gpg', present=True)
+    files.file(path='/etc/apt/trusted.gpg.d/microsoft.gpg', present=False)
 
     # and it makes this, which is redundant with my sources.list template line
     files.file(path='/etc/apt/sources.list.d/vscode.list', present=False)