comparison 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
comparison
equal deleted inserted replaced
234:3f7ebff619e3 235:19a7f714273c
13 ('https://repo.steampowered.com/steam/archive/stable/steam.gpg', 'steam.gpg'), 13 ('https://repo.steampowered.com/steam/archive/stable/steam.gpg', 'steam.gpg'),
14 ]: 14 ]:
15 files.download(src=url, dest=f'/etc/apt/keyrings/{name}') 15 files.download(src=url, dest=f'/etc/apt/keyrings/{name}')
16 16
17 # vscode keeps making this, but I fetch my own 17 # vscode keeps making this, but I fetch my own
18 files.file(path='/etc/apt/trusted.gpg.d/microsoft.gpg', present=True) 18 files.file(path='/etc/apt/trusted.gpg.d/microsoft.gpg', present=False)
19 19
20 # and it makes this, which is redundant with my sources.list template line 20 # and it makes this, which is redundant with my sources.list template line
21 files.file(path='/etc/apt/sources.list.d/vscode.list', present=False) 21 files.file(path='/etc/apt/sources.list.d/vscode.list', present=False)
22 22
23 server.shell(commands=[ 23 server.shell(commands=[