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)