installer.py: resolve IA install error

This commit is contained in:
Mykola Grymalyuk
2021-12-21 12:33:10 -07:00
parent 79cd9c76f8
commit a8f56c1ec8
2 changed files with 22 additions and 4 deletions

View File

@@ -1107,6 +1107,8 @@ B. Exit
def download_install_assistant(self, link):
installer.download_install_assistant(self.constants.payload_path, link)
installer.install_macOS_installer(self.constants.payload_path)
input("Press any key to continue...")
# To avoid selecting the wrong installer by mistake, let user select the correct one
self.find_local_installer()