fixed copying of fastfetch

This commit is contained in:
JaKooLit
2025-01-06 21:00:43 +09:00
parent fbe4560a4a
commit ef7e427b7e

View File

@@ -266,7 +266,7 @@ clear
# copy fastfetch config if arch.png is not present # copy fastfetch config if arch.png is not present
if [ ! -f "$HOME/.config/fastfetch/arch.png" ]; then if [ ! -f "$HOME/.config/fastfetch/arch.png" ]; then
cp -r assets/fastfetch "$HOME/.config/fastfetch" cp -r assets/fastfetch "$HOME/.config/"
fi fi
# final check essential packages if it is installed # final check essential packages if it is installed