Scan for browsers AFTER installing them
This commit is contained in:
parent
721a083c85
commit
957a53ad12
1 changed files with 4 additions and 4 deletions
|
|
@ -45,10 +45,6 @@ if __name__ == '__main__':
|
||||||
if not ask('Continue anyway? (NOT RECOMMENDED)'):
|
if not ask('Continue anyway? (NOT RECOMMENDED)'):
|
||||||
abort()
|
abort()
|
||||||
|
|
||||||
# Scan for supported browsers
|
|
||||||
print_info('Scanning for browsers')
|
|
||||||
scan_for_browsers()
|
|
||||||
|
|
||||||
# Select AV software
|
# Select AV software
|
||||||
# NOTE: Truth tuple is (ESET, ESET_PUPS, MSE)
|
# NOTE: Truth tuple is (ESET, ESET_PUPS, MSE)
|
||||||
av_options = [
|
av_options = [
|
||||||
|
|
@ -95,6 +91,10 @@ if __name__ == '__main__':
|
||||||
# Wait for all processes to finish
|
# Wait for all processes to finish
|
||||||
proc.wait()
|
proc.wait()
|
||||||
|
|
||||||
|
# Scan for supported browsers
|
||||||
|
print_info('Scanning for browsers')
|
||||||
|
scan_for_browsers()
|
||||||
|
|
||||||
# Install extensions
|
# Install extensions
|
||||||
print_info('Installing Extensions')
|
print_info('Installing Extensions')
|
||||||
try_and_print(message='Classic Shell skin...',
|
try_and_print(message='Classic Shell skin...',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue