Skip to content

Commit

Permalink
Update tabs/applications-setup/fastfetch-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
  • Loading branch information
ChrisTitusTech and adamperkowski authored Sep 16, 2024
1 parent 1b904c3 commit 66e8040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/applications-setup/fastfetch-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e8040

Please sign in to comment.