From 957a53ad121698c730a5cdd74ec7882bc369f426 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 9 Jan 2019 18:44:02 -0700 Subject: [PATCH] Scan for browsers AFTER installing them --- .bin/Scripts/new_system_setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bin/Scripts/new_system_setup.py b/.bin/Scripts/new_system_setup.py index 597fe981..5320403d 100644 --- a/.bin/Scripts/new_system_setup.py +++ b/.bin/Scripts/new_system_setup.py @@ -45,10 +45,6 @@ if __name__ == '__main__': if not ask('Continue anyway? (NOT RECOMMENDED)'): abort() - # Scan for supported browsers - print_info('Scanning for browsers') - scan_for_browsers() - # Select AV software # NOTE: Truth tuple is (ESET, ESET_PUPS, MSE) av_options = [ @@ -95,6 +91,10 @@ if __name__ == '__main__': # Wait for all processes to finish proc.wait() + # Scan for supported browsers + print_info('Scanning for browsers') + scan_for_browsers() + # Install extensions print_info('Installing Extensions') try_and_print(message='Classic Shell skin...',