diff --git a/twinstall.cpp b/twinstall.cpp index f31e55c8..7b1ca0c7 100755 --- a/twinstall.cpp +++ b/twinstall.cpp @@ -421,6 +421,8 @@ int TWinstall_zip(const char* path, int* wipe_cache) { gui_err("unmount_system_err=Failed unmounting System"); return -1; } + unlink("/system"); + mkdir("/system", 0755); } time_t start, stop;