From bff8bc1910e8e8e5e25c5f8b07bd6bc1f25835eb Mon Sep 17 00:00:00 2001 From: niklascfw Date: Sat, 11 Apr 2026 19:44:47 +0200 Subject: [PATCH] Clean install: remove sd:/TegraExplorer entirely Delete the TegraExplorer directory in misc dirs instead of individual script files under scripts/. Made-with: Cursor --- source/deletion_lists_clean.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/deletion_lists_clean.h b/source/deletion_lists_clean.h index 3a81b57..a7e53d5 100644 --- a/source/deletion_lists_clean.h +++ b/source/deletion_lists_clean.h @@ -264,6 +264,7 @@ static const char* clean_misc_dirs_to_delete[] = { "sd:/Patched Apps", "sd:/SaltySD/flags", "sd:/scripts", + "sd:/TegraExplorer", "sd:/switch/tinfoil/db", "sd:/themes/systemData", "sd:/tools", @@ -273,10 +274,6 @@ static const char* clean_misc_dirs_to_delete[] = { // Miscellaneous files to delete static const char* clean_misc_files_to_delete[] = { - "sd:/TegraExplorer/scripts/Reparatur Skript fuer error 010000000000BD00.te", - "sd:/TegraExplorer/scripts/Reparatur Skript fuer error 0100000000001000.te", - "sd:/TegraExplorer/scripts/Reparatur Skript fuer error 690000000000000D.te", - "sd:/TegraExplorer/scripts/Reparatur Skript fuer error 4200000000000010.te", "sd:/fusee-primary.bin", "sd:/fusee.bin", "sd:/SaltySD/exceptions.txt",