updated auto-install script

This commit is contained in:
shynd 2025-02-20 19:55:04 +01:00
parent cbbe099558
commit 552b23f2da
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ printf "\n%.0s" {1..3}
# return to nixos-config directory # return to nixos-config directory
cd ~/nixos-config cd ~/nixos-config
if [ ! -f "$HOME/.config/fastfetch/nixos.png" ]; if [ ! -f "$HOME/.config/fastfetch/nixos.png" ]; then
cp -r assets/fastfetch "$HOME/.config/" cp -r assets/fastfetch "$HOME/.config/"
fi fi