From ef7e427b7e0e46374ffc3f13026255f6413a8089 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Jan 2025 21:00:43 +0900 Subject: [PATCH] fixed copying of fastfetch --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b42a40d..a27d859 100755 --- a/install.sh +++ b/install.sh @@ -266,7 +266,7 @@ clear # copy fastfetch config if arch.png is not present if [ ! -f "$HOME/.config/fastfetch/arch.png" ]; then - cp -r assets/fastfetch "$HOME/.config/fastfetch" + cp -r assets/fastfetch "$HOME/.config/" fi # final check essential packages if it is installed