Add a interactive configuration installer

This commit is contained in:
jayofelony
2024-03-04 15:48:52 +01:00
parent 5be8580a59
commit 14e4fc6d47

View File

@ -214,7 +214,7 @@ if __name__ == '__main__':
f.write("main.plugins.bt-tether.devices.android-phone.mac = \"" + pwn_bluetooth_mac + "\"\n")
# set up display settings
pwn_display_enabled = input("Do you use a display? [y/n]")
if pwn_display_enabled.lower() in ('y,', 'yes'):
if pwn_display_enabled.lower() in ('y', 'yes'):
f.write("ui.display.enabled = true\n")
pwn_display_type = input("What display do you use?\n\n"
"Be sure to check for the correct display type @ \n"