From e64b7f4eaa09497a203f3eed76183351ce2cbcec Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Fri, 10 May 2019 19:56:04 -0600 Subject: [PATCH] Updated software bundle sections * NOTE: This update message should be in the previous commit * c30e30232f348cfd08f42bd65eceaca597332c5c * 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 --- .bin/Scripts/functions/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/Scripts/functions/setup.py b/.bin/Scripts/functions/setup.py index 59e97f90..e4a8823c 100644 --- a/.bin/Scripts/functions/setup.py +++ b/.bin/Scripts/functions/setup.py @@ -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