From 66e8040bc73c27aafee96969eaae6bfa8088ecbe Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 16 Sep 2024 17:03:40 -0500 Subject: [PATCH] Update tabs/applications-setup/fastfetch-setup.sh Co-authored-by: Adam Perkowski --- tabs/applications-setup/fastfetch-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/applications-setup/fastfetch-setup.sh b/tabs/applications-setup/fastfetch-setup.sh index ae3f00b21..e3f9a4f72 100644 --- a/tabs/applications-setup/fastfetch-setup.sh +++ b/tabs/applications-setup/fastfetch-setup.sh @@ -19,7 +19,7 @@ setupFastfetch() { } setupFastfetchConfig() { - echo "Copy Fastfetch config files" + echo "Copying Fastfetch config files..." if [ -d "${HOME}/.config/fastfetch" ] && [ ! -d "${HOME}/.config/fastfetch-bak" ]; then cp -r "${HOME}/.config/fastfetch" "${HOME}/.config/fastfetch-bak" fi