Skip to content

Commit 95327c0

Browse files
authored
Update entrypoint.sh
1 parent 4066d34 commit 95327c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -l
22

33
#curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
4-
curl -sL https://ibm.biz/idt-installer | sh
4+
curl -sL https://ibm.biz/idt-installer | bash
55
ibmcloud --version
66
ibmcloud config --check-version=false
77
ibmcloud login --apikey "$1" -r "$2" -g default

0 commit comments

Comments
 (0)