Update tabs/applications-setup/fastfetch-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Chris Titus 2024-09-16 17:03:32 -05:00 committed by GitHub
parent df71b2c5a0
commit 1b904c379d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)