Prerequisites
Proposal
Please add a check for the existence of the rsync command, in the bin/installto.sh script.
Currently there is no such check and the script fails with:
Copying files to target location...sh: line 1: rsync: command not found
Motivation and context
It would be "nice" to check first and inform the user that the rsync command is required.
Thank you!