updated auto-install script
This commit is contained in:
parent
cbbe099558
commit
552b23f2da
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue