curl | sh is generally considered insecure, and some vendors refuse to use anything that might have a curl | sh in it. As such, we can switch to writing our own download code.
The official install scripts from which we can take inspiration:
Also https://github.com/IBM-Cloud/ibm-cloud-cli-release
curl | shis generally considered insecure, and some vendors refuse to use anything that might have acurl | shin it. As such, we can switch to writing our own download code.The official install scripts from which we can take inspiration:
Also https://github.com/IBM-Cloud/ibm-cloud-cli-release