Hello, There are scripts in packaging/utils started by '#!/bin/sh' however they are using the "source" command which doesn't exist in sh, only in bash, also the scripts should be started with "#!/bin/bash" or use dot (.) instead of source. for instance in: packaging/utils/kernelpatch Regards, Attila