We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4066d34 commit 95327c0Copy full SHA for 95327c0
entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh -l
2
3
#curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
4
-curl -sL https://ibm.biz/idt-installer | sh
+curl -sL https://ibm.biz/idt-installer | bash
5
ibmcloud --version
6
ibmcloud config --check-version=false
7
ibmcloud login --apikey "$1" -r "$2" -g default
0 commit comments