diff options
Diffstat (limited to '')
-rw-r--r-- | install.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.cpp b/install.cpp index 63b1d38c3..662f81c76 100644 --- a/install.cpp +++ b/install.cpp @@ -256,6 +256,8 @@ int install_package(const char* path, bool* wipe_cache, const char* install_file, bool needs_mount) { + modified_flash = true; + FILE* install_log = fopen_path(install_file, "w"); if (install_log) { fputs(path, install_log); |