From 1b904c379de0928b1be646824eaf6a0216f00a81 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 16 Sep 2024 17:03:32 -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 9d68fb01..ae3f00b2 100644 --- a/tabs/applications-setup/fastfetch-setup.sh +++ b/tabs/applications-setup/fastfetch-setup.sh @@ -3,7 +3,7 @@ . ../common-script.sh setupFastfetch() { - echo "Install Fastfetch if not already installed..." + echo "Installing Fastfetch if not already installed..." if ! command_exists fastfetch; then case ${PACKAGER} in pacman)