Updated software bundle sections

* NOTE: This update message should be in the previous commit
  * c30e30232f
* Always update currently installed software
* Avoid calling the same installer in multiple sections
  * e.g. In both the main and extra selections
* Simplified the bundles from 11 to 5 options
This commit is contained in:
2Shirt 2019-05-10 19:56:04 -06:00
parent c30e30232f
commit e64b7f4eaa
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -170,7 +170,7 @@ def find_current_software():
installers.append(
r'{}\Web Browsers\{}.exe'.format(ninite_extras_path, browser))
# TODO Add more sections
# TODO: Add more sections
return installers
@ -186,7 +186,7 @@ def find_missing_software():
installers.append(
r'{}\Web Browsers\{}.exe'.format(ninite_extras_path, browser))
# TODO Add more sections
# TODO: Add more sections
return installers