Hello.
Could you please consider removing bash shebang from scripts?
There is no need to use bash it is better to use /bin/sh as you can find it litteraly everywhere.
For example I've tried to install ykush inside the docker container based on alpine image
but I need to also install bash just to run the build.sh and install.sh scripts.
Thank you in advance!