Don't run winget upgrade all by default
This commit is contained in:
parent
3747434d62
commit
38fed7756f
1 changed files with 1 additions and 1 deletions
|
|
@ -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': (
|
||||
|
|
|
|||
Loading…
Reference in a new issue