Update auto-update.py for Bookworm

This commit is contained in:
Jeroen Oudshoorn
2024-01-05 15:19:29 +01:00
parent 28c1bb6351
commit d721063073

View File

@ -130,7 +130,7 @@ def install(display, update):
source_path = "%s-%s" % (source_path, update['available'])
# setup.py is going to install data files for us
os.system("cd %s && pip3 install . --break-system-packages" % source_path)
os.system("cd %s && pip3 install . --no-cache-dir --break-system-packages" % source_path)
return True