From 49ba8d17c5021f74021d03a42f7eff5cb63ece21 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 22 Sep 2025 05:34:03 +0200 Subject: Testing --- common/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/install.sh') diff --git a/common/install.sh b/common/install.sh index 98d09f9..a12c258 100755 --- a/common/install.sh +++ b/common/install.sh @@ -36,6 +36,7 @@ INTERNET_AVAILABLE=false # Installation tracking INSTALL_SUMMARY=() + FAILED_ITEMS=() SKIPPED_ITEMS=() COMPLETED_STEPS=() @@ -1928,7 +1929,7 @@ setup_user_dirs() { if command_exists xdg-user-dirs-update; then # Suppress tool output to avoid misleading terms like "removed"; we only ensure presence. execute_command "xdg-user-dirs-update >/dev/null 2>&1 || true" - print_success "Ensured XDG user directories exist (standardized names may be renamed, never removed)" + print_success "Ensured XDG user directories exist" fi mark_step_completed "setup_user_dirs" -- cgit v1.2.3