Compare commits

...

1 Commits

Author SHA1 Message Date
Pwn20wnd 7cad24e8f4 Fix failed to extract bootstrap 2019-01-30 23:41:21 +03:00
@@ -1405,6 +1405,12 @@ void exploit()
}
// Dpkg better work now
if (pkgIsConfigured("science.xnu.undecimus.resources")) {
LOG("Removing old resources...");
_assert(removePkg("science.xnu.undecimus.resources", true), message, true);
}
if (debsToInstall.count > 0) {
LOG("Installing manually exctracted debs...");
_assert(installDebs(debsToInstall, true), message, true);