Try to change chaincode name in install command, to something different, e.g:
peer chaincode install -n myNewCC -v 1.0 -p github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02
An alternative could be to disable the execution of the script.sh, however, you will have to initialize and create the channel yourself