mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Remove the need to reopen the program to download macserial
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from Scripts.datasets import cpu_data
|
||||
from Scripts.datasets.mac_model_data import mac_devices
|
||||
from Scripts import gathering_files
|
||||
from Scripts import run
|
||||
@@ -28,11 +27,8 @@ class SMBIOS:
|
||||
download_history.pop(product_index)
|
||||
self.utils.write_file(self.g.download_history_file, download_history)
|
||||
|
||||
print("\n")
|
||||
print("{} not found. Please reopen the program to download it".format(macserial_name))
|
||||
print("")
|
||||
self.utils.request_input()
|
||||
self.utils.exit_program()
|
||||
self.g.gather_bootloader_kexts([], "")
|
||||
return self.check_macserial()
|
||||
|
||||
return macserial_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user