Update install.sh

seperately -> separately
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-28 22:57:04 +09:00 committed by GitHub
parent f9c060a497
commit 0d5e670c14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -193,7 +193,7 @@ else
fi
# some foldes (eg. .local/bin) should be processed seperately to avoid `--delete' for rsync,
# some foldes (eg. .local/bin) should be processed separately to avoid `--delete' for rsync,
# since the files here come from different places, not only about one program.
v rsync -av ".local/bin/" "$HOME/.local/bin/"