Compare commits
3 Commits
ed93c32131
...
2c32f19262
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c32f19262 | |||
| 4effcf513b | |||
| 6b04eb5d89 |
@@ -122,6 +122,7 @@ static const char* config_dirs_to_delete[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Switch directories to delete
|
// Switch directories to delete
|
||||||
|
// NOTE: .packages is intentionally excluded - UltraHand package cache, preserve during updates
|
||||||
static const char* switch_dirs_to_delete[] = {
|
static const char* switch_dirs_to_delete[] = {
|
||||||
"sd:/switch/.overlays",
|
"sd:/switch/.overlays",
|
||||||
"sd:/switch/90DNS_tester",
|
"sd:/switch/90DNS_tester",
|
||||||
|
|||||||
@@ -437,7 +437,7 @@ void ipl_main(void) {
|
|||||||
gfx_printf("Installation wird gestartet...\n");
|
gfx_printf("Installation wird gestartet...\n");
|
||||||
set_color(COLOR_WHITE);
|
set_color(COLOR_WHITE);
|
||||||
set_color(COLOR_ORANGE);
|
set_color(COLOR_ORANGE);
|
||||||
gfx_printf("Hinweis: Manchmal könnte es hängen. Einfach warten.\n\n");
|
gfx_printf("Hinweis: Manchmal kann es haengen. Einfach warten.\n\n");
|
||||||
set_color(COLOR_WHITE);
|
set_color(COLOR_WHITE);
|
||||||
|
|
||||||
int result = perform_installation(pack_variant, mode);
|
int result = perform_installation(pack_variant, mode);
|
||||||
|
|||||||
Reference in New Issue
Block a user