Don't run winget upgrade all by default

This commit is contained in:
2Shirt 2023-07-05 16:04:16 -07:00
parent 3747434d62
commit 38fed7756f
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -40,7 +40,7 @@ BASE_MENUS = {
MenuEntry('LibreOffice', 'auto_install_libreoffice', selected=False),
MenuEntry('Open-Shell', 'auto_install_open_shell', selected=False),
MenuEntry('Software Bundle', 'auto_install_software_bundle'),
MenuEntry('Software Upgrades', 'auto_install_software_upgrades'),
MenuEntry('Software Upgrades', 'auto_install_software_upgrades', selected=False),
MenuEntry('Visual C++ Runtimes', 'auto_install_vcredists'),
),
'Configure System': (