From 552b23f2da1b0a3964be37c084da1a309a38f5e7 Mon Sep 17 00:00:00 2001 From: shynd Date: Thu, 20 Feb 2025 19:55:04 +0100 Subject: [PATCH] updated auto-install script --- auto-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-install.sh b/auto-install.sh index 9e24c46..f42edc0 100755 --- a/auto-install.sh +++ b/auto-install.sh @@ -255,7 +255,7 @@ printf "\n%.0s" {1..3} # return to nixos-config directory cd ~/nixos-config -if [ ! -f "$HOME/.config/fastfetch/nixos.png" ]; +if [ ! -f "$HOME/.config/fastfetch/nixos.png" ]; then cp -r assets/fastfetch "$HOME/.config/" fi