mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40:15 +10:00
Update
This commit is contained in:
@@ -1319,10 +1319,7 @@ Hardware Information:
|
|||||||
else:
|
else:
|
||||||
from resources.sys_patch.sys_patch import PatchSysVolume
|
from resources.sys_patch.sys_patch import PatchSysVolume
|
||||||
#Don't need to pass model as we're bypassing all logic
|
#Don't need to pass model as we're bypassing all logic
|
||||||
if PatchSysVolume("",self.constants)._rebuild_kernel_collection() == True:
|
if PatchSysVolume("",self.constants)._rebuild_root_volume() == True:
|
||||||
if PatchSysVolume("",self.constants)._create_new_apfs_snapshot() == True:
|
wx.MessageDialog(self.parent, "Root Volume saved, please reboot to apply changes", "Success", wx.OK | wx.ICON_INFORMATION).ShowModal()
|
||||||
wx.MessageDialog(self.parent, "Root Volume saved, please reboot to apply changes", "Success", wx.OK | wx.ICON_INFORMATION).ShowModal()
|
|
||||||
else:
|
|
||||||
wx.MessageDialog(self.parent, "Root Volume Bless Failed, check terminal output", "Error", wx.OK | wx.ICON_ERROR).ShowModal()
|
|
||||||
else:
|
else:
|
||||||
wx.MessageDialog(self.parent, "KC Update Failed, check terminal output", "Error", wx.OK | wx.ICON_ERROR).ShowModal()
|
wx.MessageDialog(self.parent, "Root Volume update Failed, check terminal output", "Error", wx.OK | wx.ICON_ERROR).ShowModal()
|
||||||
Reference in New Issue
Block a user