Make bootstrap.sh shallow clone
Hello
I hope this is the correct way for a small proposal.
I noticed that bootstrap.sh
makes a full clone of the repository.
To reduce bandwidth/storage, especially after warning the user, I suggest to append --depth 1
to the command in the script.
For users wanting to really clone the whole repository, they very likely use the manual approach anyway.