aboutsummaryrefslogtreecommitdiff
path: root/common/install.sh
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-22 05:34:03 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-22 05:34:03 +0200
commit49ba8d17c5021f74021d03a42f7eff5cb63ece21 (patch)
tree2da546d7f133c006b3b471b45ee9bdb168ed2c85 /common/install.sh
parent4a0ad53cab8815921ad9920a60328aa764abae3e (diff)
downloaddotfiles-49ba8d17c5021f74021d03a42f7eff5cb63ece21.tar.gz
dotfiles-49ba8d17c5021f74021d03a42f7eff5cb63ece21.zip
Testing
Diffstat (limited to 'common/install.sh')
-rwxr-xr-xcommon/install.sh3
1 files changed, 2 insertions, 1 deletions
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"