Scan for browsers AFTER installing them

This commit is contained in:
2Shirt 2019-01-09 18:44:02 -07:00
parent 721a083c85
commit 957a53ad12
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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...',